[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…
Reference in New Issue