diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 15:32:48 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 15:32:48 -0700 |
commit | 50cfc138c9de5012848006141e5a916afc074350 (patch) | |
tree | d548dc4cc7a5257c746c5df70aa6af09ba66cafd | |
parent | d8e0c5eb1d7052aa6b58a31809800dd79e95d179 (diff) | |
parent | a14b41f3e9d96c5a36901d94f9a3474a23a698aa (diff) | |
download | syslinux-50cfc138c9de5012848006141e5a916afc074350.tar.gz syslinux-50cfc138c9de5012848006141e5a916afc074350.tar.xz syslinux-50cfc138c9de5012848006141e5a916afc074350.zip |
Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git
-rw-r--r-- | stack.inc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ; |