mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-17 10:58:09 +00:00
Merge pull request #915 from lioncash/fallthrough
OpcodeDispatcher: Add missing break for UD2 in INTOp()
This commit is contained in:
commit
c92df21627
@ -5916,6 +5916,7 @@ void OpDispatchBuilder::INTOp(OpcodeArgs) {
|
||||
}
|
||||
case 0x0B:
|
||||
Reason = 5;
|
||||
break;
|
||||
case 0xCC:
|
||||
Reason = 6;
|
||||
setRIP = true;
|
||||
|
Loading…
Reference in New Issue
Block a user