mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
JitArm64: Use 64-bit register for pointer when falling back to interpreter.
This commit is contained in:
parent
744e14b470
commit
8f16fd60dd
@ -199,7 +199,7 @@ void JitArm64::FallBackToInterpreter(UGeckoInstruction inst)
|
|||||||
|
|
||||||
Interpreter::Instruction instr = Interpreter::GetInterpreterOp(inst);
|
Interpreter::Instruction instr = Interpreter::GetInterpreterOp(inst);
|
||||||
MOVP2R(ARM64Reg::X8, instr);
|
MOVP2R(ARM64Reg::X8, instr);
|
||||||
MOVP2R(ARM64Reg::W0, &Core::System::GetInstance().GetInterpreter());
|
MOVP2R(ARM64Reg::X0, &Core::System::GetInstance().GetInterpreter());
|
||||||
MOVI2R(ARM64Reg::W1, inst.hex);
|
MOVI2R(ARM64Reg::W1, inst.hex);
|
||||||
BLR(ARM64Reg::X8);
|
BLR(ARM64Reg::X8);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user