From a14b41f3e9d96c5a36901d94f9a3474a23a698aa Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Aug 2006 15:26:19 -0700 Subject: Better describe what this macro does (comment fix.) --- stack.inc | 4 ++-- 1 file 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. ; -- cgit v1.2.1