Skip to content

Commit

Permalink
Remove leftover code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Jul 22, 2023
1 parent 4a6edac commit 7f6b061
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/ARM/ARMInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,9 @@ static void printInst(MCInst *MI, SStream *O, void *info)
printOperand(MI, 0, O);
if (Writeback) {
SStream_concat0(O, "!");
// TODO: Do this in a static function called by ARMMapping.c::ARM_printer().
if (MI->flat_insn->detail) {
ARM_get_detail_op(MI, -1)->access |=
CS_AC_WRITE;
MI->flat_insn->detail->writeback = true;
}
}
SStream_concat0(O, ", ");
printRegisterList(MI, 3, O);
// TODO: Do this in a static function called by ARMMapping.c::ARM_printer().
MI->flat_insn->id = ARM_INS_VPOP;
return;
}

Expand Down

0 comments on commit 7f6b061

Please sign in to comment.