about summary refs log tree commit diff stats
path: root/120allocate.subx
diff options
context:
space:
mode:
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/120allocate.subx b/120allocate.subx
index 3f3ef1a1..ac6f87c5 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -903,7 +903,7 @@ $zero-out:loop:
     39/compare                      3/mod/direct    1/rm32/ecx    .           .             .           2/r32/edx   .               .                 # compare ecx with edx
     7d/jump-if->=  $zero-out:end/disp8
     # *curr = 0
-    c6          0/subop/copy        0/mod/direct    6/rm32/esi    .           .             .           .           .               0/imm8            # copy byte to *esi
+    c6          0/subop/copy-byte   0/mod/direct    6/rm32/esi    .           .             .           .           .               0/imm8            # copy byte to *esi
     # ++curr
     46/increment-esi
     # ++i