Skip to content

Commit

Permalink
Fix invalid break instruction decode
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Mar 4, 2024
1 parent c1fd317 commit 689c665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/HPPA/HPPADisassembler.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ static bool decodeSysop(cs_struct *ud, MCInst *MI, uint32_t insn) {
case 0x00:
MCOperand_CreateImm0(MI, t);
MCOperand_CreateImm0(MI, GET_FIELD(insn, 6, 18));
return true;
case 0x20:
if (ext5 != 0x00 && ext5 != 0x10) {
return false;
Expand Down

0 comments on commit 689c665

Please sign in to comment.