mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
JIT64: for twx instruction, raise exception with correct SRR0
This commit is contained in:
parent
3454bc4c3c
commit
c9cd0b626b
@ -2752,6 +2752,7 @@ void Jit64::twX(UGeckoInstruction inst)
|
||||
gpr.Flush();
|
||||
fpr.Flush();
|
||||
|
||||
MOV(32, PPCSTATE(pc), Imm32(js.compilerPC));
|
||||
WriteExceptionExit();
|
||||
|
||||
SwitchToNearCode();
|
||||
|
Loading…
Reference in New Issue
Block a user