about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--305keyboard.subx2
-rwxr-xr-xapps/mubin389400 -> 389400 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/305keyboard.subx b/305keyboard.subx
index bac7a431..e1a9cc0e 100644
--- a/305keyboard.subx
+++ b/305keyboard.subx
@@ -132,7 +132,7 @@ read-key-from-real-keyboard:  # -> result/eax: byte
     68/push 0/imm32/write
     89/<- %ecx 4/r32/esp
     #
-    (read 2 %ecx)  # => eax
+    (read 0 %ecx)  # => eax
     8b/-> *(ecx+0xc) 0/r32/eax
 $read-key-from-real-keyboard:end:
     # . reclaim locals
diff --git a/apps/mu b/apps/mu
index 5bb5022e..3ebe2ab7 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differ