diff --git a/arch/ARM/ARMInstPrinter.c b/arch/ARM/ARMInstPrinter.c index 7b045ba2..58f54d11 100644 --- a/arch/ARM/ARMInstPrinter.c +++ b/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;