mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
arm: UADD8 updates flags. fix #980
This commit is contained in:
@ -240,6 +240,8 @@ static name_map insn_update_flgs[] = {
|
||||
{ ARM_INS_SUB, "subs" },
|
||||
{ ARM_INS_UMLAL, "umlals" },
|
||||
{ ARM_INS_UMULL, "umulls" },
|
||||
|
||||
{ ARM_INS_UADD8, "uadd8" },
|
||||
};
|
||||
|
||||
void ARM_post_printer(csh ud, cs_insn *insn, char *insn_asm, MCInst *mci)
|
||||
|
Reference in New Issue
Block a user