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.
This commit is contained in:
parent
b583879c2a
commit
a63b9f6713
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue