about summary refs log tree commit diff stats
path: root/079emit.subx
diff options
context:
space:
mode:
Diffstat (limited to '079emit.subx')
-rw-r--r--079emit.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/079emit.subx b/079emit.subx
index f4c51e23..87c6e6a6 100644
--- a/079emit.subx
+++ b/079emit.subx
@@ -41,7 +41,7 @@ emit:  # out : (addr buffered-file), word : (addr slice), width : int
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
     # . if (eax != false)
     3d/compare-eax-and  0/imm32/false
-    74/jump-if-equal  $emit:hex-int/disp8
+    74/jump-if-=  $emit:hex-int/disp8
 $emit:name:
     # . write-slice-buffered(out, word)
     # . . push args