From 34f075516d0717647b77df83ae4aa642f7f9e3cc Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 20 Feb 2022 22:55:52 +0100 Subject: [PATCH] readline: Use .scan instead of .ascii to test timeout --- common/lib/sleep.asmb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/sleep.asmb b/common/lib/sleep.asmb index 30c3d159..ad3469e5 100644 --- a/common/lib/sleep.asmb +++ b/common/lib/sleep.asmb @@ -130,7 +130,7 @@ _pit_sleep_and_quit_on_keypress: mov edx, dword [int_08_callback] mov dword [0x08*4], edx - cmp byte [.ascii], 0 + cmp byte [.scan], 0 je .fail push dword [.mods]