summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/conio.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/conio.inc b/core/conio.inc
index 47154cda..6513f316 100644
--- a/core/conio.inc
+++ b/core/conio.inc
@@ -26,6 +26,8 @@
loadkeys:
cmp eax,256 ; Should be 256 bytes exactly
+ jne loadkeys_ret
+
mov bx,trackbuf
mov cx,1 ; 1 cluster should be >= 256 bytes
call getfssec