arm: update writeback for STR_POST_REG (issue #1296)
This commit is contained in:
parent
c25414d1fb
commit
45bec1a691
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue