summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-17 15:26:19 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-17 15:26:19 -0700
commita14b41f3e9d96c5a36901d94f9a3474a23a698aa (patch)
treec4a32c198412a99870ad3df2d3d9ab18cc7b88aa
parent243a8f70d28ac922df7855301496727a743ab469 (diff)
downloadsyslinux-a14b41f3e9d96c5a36901d94f9a3474a23a698aa.tar.gz
Better describe what this macro does (comment fix.)
-rw-r--r--stack.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.inc b/stack.inc
index 47246e1c..adb08b51 100644
--- 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.
;