about summary refs log tree commit diff stats
path: root/067parse-hex.subx
diff options
context:
space:
mode:
Diffstat (limited to '067parse-hex.subx')
-rw-r--r--067parse-hex.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/067parse-hex.subx b/067parse-hex.subx
index c56cf253..5c8d4334 100644
--- a/067parse-hex.subx
+++ b/067parse-hex.subx
@@ -65,7 +65,7 @@ $is-hex-int?:loop:
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
     # if (eax == false) return false
-    3d/compare-eax-and  0/imm32
+    3d/compare-eax-and  0/imm32/false
     74/jump-if-=  $is-hex-int?:end/disp8
     # ++curr
     41/increment-ecx