Better describe what this macro does (comment fix.)
authorH. Peter Anvin <hpa@zytor.com>
Thu, 17 Aug 2006 22:26:19 +0000 (15:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 17 Aug 2006 22:26:19 +0000 (15:26 -0700)
stack.inc

index 47246e1..adb08b5 100644 (file)
--- a/stack.inc
+++ b/stack.inc
@@ -20,8 +20,8 @@
 %define _STACK_INC
 
 ;
-; This macro resets the stack pointer, and sets CS == DS == ES == 0,
-; interrupts on, DF = 0.
+; This macro resets the stack pointer (including SS), and sets
+; DS == ES == 0, interrupts on, DF = 0.
 ;
 ; It takes a 16-bit register that can be safely clobbered as parameter.
 ;