summaryrefslogtreecommitdiff
path: root/stack.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
commit64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch)
treeaefb113b164ae28daefaf0405ca5e96fb421781f /stack.inc
parenta80b07e7fb8feec668a435101659e3ed94015a23 (diff)
downloadsyslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz
Stealth whitespace cleanup (automated)
Diffstat (limited to 'stack.inc')
-rw-r--r--stack.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.inc b/stack.inc
index adb08b51..0e39b6ea 100644
--- a/stack.inc
+++ b/stack.inc
@@ -31,7 +31,7 @@
mov es,%1
%if IS_SYSLINUX || IS_EXTLINUX
mov ss,%1 ; Just in case...
- mov sp,StackBuf-2*3 ; Reset stack
+ mov sp,StackBuf-2*3 ; Reset stack
%elif IS_PXELINUX
lss esp,[BaseStack]
%elif IS_ISOLINUX