Fix stack restoration on isolinux
authorhpa <hpa>
Tue, 23 Aug 2005 21:10:33 +0000 (21:10 +0000)
committerhpa <hpa>
Tue, 23 Aug 2005 21:10:33 +0000 (21:10 +0000)
abort.inc

index d2b6c17..de0f60e 100644 (file)
--- 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