From a63b9f6713d0a62226e8e7986e7c29db69d8ffe7 Mon Sep 17 00:00:00 2001 From: Fiora Date: Wed, 3 Sep 2014 23:39:52 -0700 Subject: [PATCH] JIT: remove srawix fallback As far as I can tell, this has literally been here since the start of the git history; maybe it was stubbed out because the author wasn't sure it was right? It matches the PPC/Broadway manuals perfectly, though. --- Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp index ad30883018..bd904f1cc5 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp @@ -1934,9 +1934,6 @@ void Jit64::srawix(UGeckoInstruction inst) } else { - // FIXME - FALLBACK_IF(true); - gpr.Lock(a, s); JitClearCA(); gpr.BindToRegister(a, a == s, true);