summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-23 21:10:33 +0000
committerhpa <hpa>2005-08-23 21:10:33 +0000
commita68c07995cc5e7ff18c1a7535cbfeca15f2bbeb5 (patch)
treee4e2b22bd89c8acc04f3a6ad6813873f83f91166
parenta4c0c06c9fad14b5af79a570e61335ac7ef74dff (diff)
downloadsyslinux-a68c07995cc5e7ff18c1a7535cbfeca15f2bbeb5.tar.gz
Fix stack restoration on isolinux
-rw-r--r--abort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/abort.inc b/abort.inc
index d2b6c170..de0f60e4 100644
--- a/abort.inc
+++ b/abort.inc
@@ -56,7 +56,7 @@ abort_load:
%elif IS_PXELINUX
lss esp,[BaseStack]
%elif IS_ISOLINUX
- lss sp,[Stack]
+ lss sp,[StackPtr]
%else
NEED TO KNOW HOW TO RESET STACK
%endif