mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
arm: update writeback for STR_POST_REG (issue #1296)
This commit is contained in:
parent
5cf65cf1bd
commit
be24095038
@ -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
Block a user