test2
Nguyen Anh Quynh 8 years ago
parent 8e7f1d04e7
commit 4f29691eff
  1. 1
      arch/ARM/ARMInstPrinter.c

@ -741,7 +741,6 @@ void ARM_printInst(MCInst *MI, SStream *O, void *Info)
MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].reg = BaseReg;
MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].access = CS_AC_READ | CS_AC_WRITE;
MI->flat_insn->detail->arm.op_count++;
printf("count = %u, reg = %u\n", MI->flat_insn->detail->arm.op_count, BaseReg);
}
if (Writeback) {
MI->writeback = true;

Loading…
Cancel
Save