Skip to content

Commit

Permalink
arm: UADD8 updates flags. fix capstone-engine#980
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jul 30, 2017
1 parent d4babd9 commit b04dce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ARM/ARMInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b04dce3

Please sign in to comment.