summaryrefslogtreecommitdiff
path: root/stack.inc
diff options
context:
space:
mode:
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