arm: add few more post-indexed instructions doing writeback

This commit is contained in:
Nguyen Anh Quynh 2015-01-21 12:25:36 +08:00
parent 5719eb5a9d
commit 58fbf2f627

View File

@ -343,6 +343,12 @@ void ARM_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
case ARM_STRBT_POST:
case ARM_STRD_POST:
case ARM_STRH_POST:
case ARM_LDRB_POST_IMM:
case ARM_LDR_POST_IMM:
case ARM_STRB_POST_IMM:
case ARM_STR_POST_IMM:
insn->detail->arm.writeback = true;
break;
}