Merge pull request #2493 from Sonicadvance1/aarch64_cant_disable_tw

[AArch64] Don't disable tw{i,}
This commit is contained in:
Ryan Houdek 2015-05-31 16:49:41 -04:00
commit f9c0932b0c
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ void JitArm64::mtsrin(UGeckoInstruction inst)
void JitArm64::twx(UGeckoInstruction inst) void JitArm64::twx(UGeckoInstruction inst)
{ {
INSTRUCTION_START INSTRUCTION_START
JITDISABLE(bJITIntegerOff);
s32 a = inst.RA; s32 a = inst.RA;