mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Typo.
This commit is contained in:
parent
5c80731637
commit
19b92a3e68
@ -177,7 +177,7 @@ namespace MIPSComp
|
||||
u32 value = gpr.GetImm(rs);
|
||||
int x = 31;
|
||||
int count = 0;
|
||||
while (x >= 0 && (value & (1 << x)))
|
||||
while (x >= 0 && (value & (1 << x))) {
|
||||
count++;
|
||||
x--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user