aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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