summaryrefslogtreecommitdiff
path: root/core/parseconfig.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-15 10:42:01 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-15 10:42:01 -0700
commit541778abf197aad50e92a42d57a2acf518472b99 (patch)
tree57e474da21f9ae69e5ff25339cd8afe3d4219649 /core/parseconfig.inc
parent89e10c2e8a7d9592a400824f9667b2487014f633 (diff)
downloadsyslinux-541778abf197aad50e92a42d57a2acf518472b99.tar.gz
Fix bogus instances of writestr_early
Fix a set of bogus calls to writestr_early instead of writestr.
Diffstat (limited to 'core/parseconfig.inc')
-rw-r--r--core/parseconfig.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc
index dfd380f7..2ef9c3a2 100644
--- a/core/parseconfig.inc
+++ b/core/parseconfig.inc
@@ -328,7 +328,7 @@ pc_label: call commit_vk ; Commit any current vkernel
; "say" command
;
pc_say: call pc_getline ; "say" command
- call writestr_early
+ call writestr
jmp crlf ; tailcall
;
@@ -410,7 +410,7 @@ commit_vk:
ret
.overflow:
mov si,vk_overflow_msg
- call writestr_early
+ call writestr
ret
section .data