mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't need this with the imm code path.
This commit is contained in:
parent
f1f48e26e4
commit
7b612cf28d
1 changed files with 0 additions and 2 deletions
|
@ -507,8 +507,6 @@ namespace MIPSComp
|
|||
}
|
||||
|
||||
gpr.Lock(rd, rt);
|
||||
// MOVSX doesn't like immediate arguments, for example.
|
||||
gpr.KillImmediate(rt, true, false);
|
||||
gpr.BindToRegister(rd, rd == rt, true);
|
||||
MOVSX(32, 16, gpr.RX(rd), gpr.R(rt));
|
||||
gpr.UnlockAll();
|
||||
|
|
Loading…
Add table
Reference in a new issue