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