diff options
Diffstat (limited to 'core/parseconfig.inc')
-rw-r--r-- | core/parseconfig.inc | 4 |
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 |