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:
Fiora 2014-09-03 23:39:52 -07:00
parent b583879c2a
commit a63b9f6713
1 changed files with 0 additions and 3 deletions

View File

@ -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);