diff options
Diffstat (limited to 'core/localboot.inc')
-rw-r--r-- | core/localboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/localboot.inc b/core/localboot.inc index 62822570..ae54737a 100644 --- a/core/localboot.inc +++ b/core/localboot.inc @@ -30,7 +30,7 @@ local_boot: mov fs,dx mov gs,dx mov si,localboot_msg - call writestr_early + call writestr cmp ax,-1 je .int18 |