mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Fix a sign comparison warning.
This isn't really negative anyway.
This commit is contained in:
parent
9dd6bb56bb
commit
487e175cf9
@ -60,7 +60,7 @@ struct FPURegMIPS {
|
||||
// Where is this MIPS register?
|
||||
RegMIPSLoc loc;
|
||||
// Data (only one of these is used, depending on loc. Could make a union).
|
||||
int reg;
|
||||
u32 reg;
|
||||
int lane;
|
||||
|
||||
bool spillLock; // if true, this register cannot be spilled.
|
||||
|
Loading…
Reference in New Issue
Block a user