mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
armjit: sltiu causes mysterious crashes, disable again.
This commit is contained in:
parent
8075ece76c
commit
d44a731991
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,7 @@ namespace MIPSComp
|
|||
}
|
||||
break;
|
||||
|
||||
/*
|
||||
case 11: // R(rt) = R(rs) < uimm; break; //sltiu
|
||||
{
|
||||
gpr.MapDirtyIn(rt, rs);
|
||||
|
@ -134,6 +135,7 @@ namespace MIPSComp
|
|||
SetCC(CC_AL);
|
||||
}
|
||||
break;
|
||||
*/
|
||||
|
||||
case 15: // R(rt) = uimm << 16; //lui
|
||||
gpr.SetImm(rt, uimm << 16);
|
||||
|
|
Loading…
Add table
Reference in a new issue