mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 20:39:50 +00:00
arm: add few more post-indexed instructions doing writeback
This commit is contained in:
parent
5719eb5a9d
commit
58fbf2f627
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user