diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-12-28 17:46:43 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-12-28 17:46:43 -0800 |
commit | c5ac7c32116fb4bd4ab05b651150ae8c8da20e05 (patch) | |
tree | 7d984794210c526494df1b90eadfb6791f09de23 /core | |
parent | 22d83c14f4d916e65ffee040468a7f944fdd30d7 (diff) | |
download | syslinux-c5ac7c32116fb4bd4ab05b651150ae8c8da20e05.tar.gz |
isolinux: export kaboom
We need to export kaboom in all cases...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/isolinux.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm index f27cd7d4..fef3e560 100644 --- a/core/isolinux.asm +++ b/core/isolinux.asm @@ -1016,6 +1016,7 @@ xint13: mov byte [RetryCount],retry_count ; kaboom: write a message and bail out. Wait for a user keypress, ; then do a hard reboot. ; + global kaboom disk_error: kaboom: RESET_STACK_AND_SEGS AX |