summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-21 17:29:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-21 17:29:43 -0700
commit0fb90210669c7f44336cd76935c7ee1a3579ce18 (patch)
treea925f12703f7e31de73dce3b36ba3475113740a5
parentd1cb6d7815f5f1606a5bf819d4b4ed56ec9d2ffe (diff)
downloadsyslinux-3.20-pre18.tar.gz
-rw-r--r--isolinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/isolinux.asm b/isolinux.asm
index 80fddc18..fd7cb75a 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -755,7 +755,7 @@ xint13: mov byte [RetryCount],retry_count
; then do a hard reboot.
;
kaboom:
- RESET_STACK_AND SEGS AX
+ RESET_STACK_AND_SEGS AX
mov si,err_bootfailed
call cwritestr
call getchar