arm: update writeback for STR_POST_REG (issue #1296)

This commit is contained in:
Nguyen Anh Quynh 2019-01-28 16:34:44 +08:00
parent 5cf65cf1bd
commit be24095038

View File

@ -378,7 +378,9 @@ void ARM_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
case ARM_LDR_POST_IMM:
case ARM_LDR_POST_REG:
case ARM_STRB_POST_IMM:
case ARM_STR_POST_IMM:
case ARM_STR_POST_REG:
insn->detail->arm.writeback = true;
break;