mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
[AArch64] Don't disable tw{i,}
It's an endblock instruction, it shouldn't be disabled via the JITDISABLE macro.
This commit is contained in:
parent
210d7c4d54
commit
1723217cc9
@ -143,7 +143,6 @@ void JitArm64::mtsrin(UGeckoInstruction inst)
|
||||
void JitArm64::twx(UGeckoInstruction inst)
|
||||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITIntegerOff);
|
||||
|
||||
s32 a = inst.RA;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user