diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2006-08-21 17:29:43 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2006-08-21 17:29:43 -0700 |
| commit | 0fb90210669c7f44336cd76935c7ee1a3579ce18 (patch) | |
| tree | a925f12703f7e31de73dce3b36ba3475113740a5 | |
| parent | d1cb6d7815f5f1606a5bf819d4b4ed56ec9d2ffe (diff) | |
| download | syslinux-3.20-pre18.tar.gz | |
Fix typosyslinux-3.20-pre18
| -rw-r--r-- | isolinux.asm | 2 |
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 |
