fix typo
This commit is contained in:
突突兔 2021-12-21 15:19:40 +08:00 committed by GitHub
parent c0d4f48b28
commit f6f71fc3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2227,7 +2227,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;