mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo.
This commit is contained in:
parent
5c80731637
commit
19b92a3e68
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue