mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Quick build fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user