mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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
|
else
|
||||||
{
|
{
|
||||||
// FIXME
|
|
||||||
FALLBACK_IF(true);
|
|
||||||
|
|
||||||
gpr.Lock(a, s);
|
gpr.Lock(a, s);
|
||||||
JitClearCA();
|
JitClearCA();
|
||||||
gpr.BindToRegister(a, a == s, true);
|
gpr.BindToRegister(a, a == s, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user