mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #2493 from Sonicadvance1/aarch64_cant_disable_tw
[AArch64] Don't disable tw{i,}
This commit is contained in:
commit
f9c0932b0c
@ -143,7 +143,6 @@ void JitArm64::mtsrin(UGeckoInstruction inst)
|
||||
void JitArm64::twx(UGeckoInstruction inst)
|
||||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITIntegerOff);
|
||||
|
||||
s32 a = inst.RA;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user