about summary refs log tree commit diff stats
path: root/091write-int.subx
diff options
context:
space:
mode:
Diffstat (limited to '091write-int.subx')
-rw-r--r--091write-int.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/091write-int.subx b/091write-int.subx
index 736fc684..624ca41e 100644
--- a/091write-int.subx
+++ b/091write-int.subx
@@ -19,7 +19,7 @@ write-int:  # out : (addr stream byte), n : int
     8b/copy                         0/mod/indirect  7/rm32/edi    .           .             .           1/r32/ecx   .               .                 # copy *edi to ecx
     # if (out->write >= out->length) abort
     3b/compare                      1/mod/*+disp8   7/rm32/edi    .           .             .           1/r32/ecx   8/disp8         .                 # compare ecx with *(edi+8)
-    7d/jump-if-greater-or-equal  $write-int:abort/disp8
+    7d/jump-if->=  $write-int:abort/disp8
 $write-int:to-stream:
     # out->data[out->write] = n
     8b/copy                         1/mod/*+disp8   5/rm32/ebp    .           .             .           0/r32/eax   0xc/disp8       .                 # copy *(ebp+12) to eax