mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Quick build fix
This commit is contained in:
parent
1089a31a45
commit
d5feb4d3ff
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ namespace MIPSComp
|
|||
|
||||
if (cpu_info.bArmV7) {
|
||||
gpr.MapDirtyIn(rd, rt);
|
||||
RBIT(rd, rt);
|
||||
RBIT(gpr.R(rd), gpr.R(rt));
|
||||
} else {
|
||||
Comp_Generic(op);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue