mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-07 05:41:35 +00:00
Quick build fix
This commit is contained in:
parent
1089a31a45
commit
d5feb4d3ff
@ -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…
Reference in New Issue
Block a user