summaryrefslogtreecommitdiff
path: root/abort.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-17 15:00:50 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-17 15:00:50 -0700
commit1450ab11b6f09bb35dc3e9419a3a1e4dc9b9dfe6 (patch)
treefdbdff6bdfdb721a7dc366150a2a20cf46736528 /abort.inc
parent42b6c1d14f13b42a3478de9cdd4fc3c976d6d895 (diff)
downloadsyslinux-1450ab11b6f09bb35dc3e9419a3a1e4dc9b9dfe6.tar.gz
The RESET_STACK change broke SYSLINUX & EXTLINUX. Fix.syslinux-3.20-pre13
Diffstat (limited to 'abort.inc')
-rw-r--r--abort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/abort.inc b/abort.inc
index 5b87c682..f1773b5f 100644
--- a/abort.inc
+++ b/abort.inc
@@ -49,7 +49,7 @@ abort_load:
mov ax,cs ; Restore CS = DS = ES
mov ds,ax
mov es,ax
- RESET_STACK
+ RESET_STACK ; AX must = 0
sti
call cwritestr ; Expects SI -> error msg