about summary refs log tree commit diff stats
path: root/055stream.subx
diff options
context:
space:
mode:
Diffstat (limited to '055stream.subx')
-rw-r--r--055stream.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/055stream.subx b/055stream.subx
index dbeb8495..28267e05 100644
--- a/055stream.subx
+++ b/055stream.subx
@@ -36,7 +36,7 @@ clear-stream:  # f : (addr stream byte)
 $clear-stream:loop:
     # if (curr >= max) break
     39/compare                      3/mod/direct    0/rm32/eax    .           .             .           1/r32/ecx   .               .                 # compare eax with ecx
-    73/jump-if-greater-or-equal-unsigned  $clear-stream:end/disp8
+    73/jump-if-addr>=  $clear-stream:end/disp8
     # *curr = 0
     c6          0/subop/copy-byte   0/mod/direct    0/rm32/eax    .           .             .           .           .               0/imm8            # copy byte to *eax
     # ++curr