From c8b6d2f02c98ce67e8ebdd7703d60b949916c88f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Sep 2019 15:30:59 -0700 Subject: 5628 --- 056trace.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0