Merge f6f71fc3f6
into 88fbef19f5
This commit is contained in:
commit
bfad550e2e
@ -2225,7 +2225,7 @@ pattern [ 52 41 4e 44 4f 4d ] {
|
||||
// condition to putCallout
|
||||
if (instruction.address <= endTrace && instruction.address >= startTrace) {
|
||||
// print instruction & registers values
|
||||
iter.putCallout(function(context) {
|
||||
iterator.putCallout(function(context) {
|
||||
var offset = ptr(context.pc).sub(base);
|
||||
var inst = Instruction.parse(context.pc).toString();
|
||||
var modified_inst = inst;
|
||||
|
Loading…
Reference in New Issue
Block a user