about summary refs log tree commit diff stats
path: root/056trace.subx
diff options
context:
space:
mode:
Diffstat (limited to '056trace.subx')
-rw-r--r--056trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/056trace.subx b/056trace.subx
index f8536262..6b706a0a 100644
--- a/056trace.subx
+++ b/056trace.subx
@@ -763,7 +763,7 @@ skip-next-line:  # t : (address stream)
     # curr/ecx = t->data/edx + t->read/eax
     8d/copy-address                 0/mod/indirect  4/rm32/sib    2/base/edx  0/index/eax   .           1/r32/ecx   .               .                 # copy edx+eax to ecx
     # i/edx = eax
-    8b/copy                         3/mod/direct    0/rm32/eax    .           .             .           2/r32/edx   .               .                 # copy eax to edx
+    89/copy                         3/mod/direct    2/rm32/edx    .           .             .           0/r32/eax   .               .                 # copy eax to edx
 $skip-next-line:loop:
     # if (curr/ecx >= max/ebx) break
     39/compare                      3/mod/direct    1/rm32/ecx    .           .             .           3/r32/ebx   .               .                 # compare ecx and ebx