Skip to content

Commit

Permalink
x86: Catch remaining 'int imm8' with Ijk_Sys_int (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson authored Feb 18, 2025
1 parent e12bd8c commit 421bf0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/guest_x86_toIR.c
Original file line number Diff line number Diff line change
Expand Up @@ -13862,8 +13862,8 @@ DisResult disInstr_X86_WRK (
jump_kind = Ijk_Sys_int210;
break;
default:
/* none of the above */
goto decode_failure;
jump_kind = Ijk_Sys_int;
break;
}

stmt( IRStmt_Put( OFFB_IP_AT_SYSCALL,
Expand Down

0 comments on commit 421bf0d

Please sign in to comment.