mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Jit: Fall back to interpreter when frsp's record bit is set
This commit is contained in:
parent
3acf165787
commit
f7977fdee5
@ -609,6 +609,7 @@ void Jit64::frspx(UGeckoInstruction inst)
|
||||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITFloatingPointOff);
|
||||
FALLBACK_IF(inst.Rc);
|
||||
int b = inst.FB;
|
||||
int d = inst.FD;
|
||||
bool packed = jit->js.op->fprIsDuplicated[b] && !cpu_info.bAtom;
|
||||
|
@ -329,6 +329,7 @@ void JitArm64::frspx(UGeckoInstruction inst)
|
||||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITFloatingPointOff);
|
||||
FALLBACK_IF(inst.Rc);
|
||||
|
||||
u32 b = inst.FB, d = inst.FD;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user