about summary refs log tree commit diff stats
path: root/315stack-debug.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 /315stack-debug.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
Diffstat (limited to '315stack-debug.subx')
-rw-r--r--315stack-debug.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/315stack-debug.subx b/315stack-debug.subx
index d8bc2e0f..ef86fc09 100644
--- a/315stack-debug.subx
+++ b/315stack-debug.subx
@@ -10,7 +10,7 @@ check-stack:
     50/push-eax
     #
     89/<- %eax 4/r32/esp
-    81 7/subop/compare %eax 0x01000000/imm32
+    3d/compare-eax-and 0x01000000/imm32
     {
       7f/jump-if-> break/disp8
       (abort "stack overflow")