mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
OK, seriously, buildfix. I shouldn't even have commit access!
This commit is contained in:
@ -164,7 +164,7 @@ inline u64 Log2(u64 val)
|
||||
return result;
|
||||
|
||||
#else
|
||||
T result = -1;
|
||||
u64 result = -1;
|
||||
while (val != 0)
|
||||
{
|
||||
val >>= 1;
|
||||
|
Reference in New Issue
Block a user