about summary refs log tree commit diff stats
path: root/121new-stream.subx
diff options
context:
space:
mode:
Diffstat (limited to '121new-stream.subx')
-rw-r--r--121new-stream.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/121new-stream.subx b/121new-stream.subx
index e781ecd6..41d1c31b 100644
--- a/121new-stream.subx
+++ b/121new-stream.subx
@@ -17,7 +17,7 @@ new-stream:  # ad: (addr allocation-descriptor), length: int, elemsize: int, out
     8b/copy                         1/mod/*+disp8   5/rm32/ebp    .           .             .           0/r32/eax   0x10/disp8      .                 # copy *(ebp+16) to eax
     # . eax *= length
     31/xor                          3/mod/direct    2/rm32/edx    .           .             .           2/r32/edx   .               .                 # clear edx
-    f7          4/subop/multiply    1/mod/*+disp8   5/rm32/ebp    .           .                                     0xc/disp8       .                 # multiply *(ebp+12) into eax
+    f7          4/subop/multiply    1/mod/*+disp8   5/rm32/ebp    .           .                                     0xc/disp8       .                 # multiply *(ebp+12) into edx:eax
     # . if overflow abort
     81          7/subop/compare     3/mod/direct    2/rm32/edx    .           .             .           .           .               0/imm32           # compare edx
     75/jump-if-!=  $new-stream:abort/disp8