about summary refs log tree commit diff stats
path: root/boot.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 23:12:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 23:15:46 -0700
commiteede9e222f466fcafe9388131cbee88877d4e47d (patch)
tree5dc4a4f4dd9724ab94a4dbeb888d25dd7a5cc170 /boot.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
Diffstat (limited to 'boot.subx')
-rw-r--r--boot.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx
index afe826ca..424e9627 100644
--- a/boot.subx
+++ b/boot.subx
@@ -1520,7 +1520,7 @@ wait-for-ack-from-mouse:
   50/push-eax
   {
     (read-keyboard-controller-data)  # => eax
-    81 7/subop/compare %eax 0xfa/imm32
+    3d/compare-eax-with 0xfa/imm32
     75/jump-if-!= loop/disp8
   }
 $wait-for-ack-from-mouse:end: