mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00:00
OK, seriously, buildfix. I shouldn't even have commit access!
This commit is contained in:
parent
b34991c4c3
commit
2095641af0
@ -164,7 +164,7 @@ inline u64 Log2(u64 val)
|
||||
return result;
|
||||
|
||||
#else
|
||||
T result = -1;
|
||||
u64 result = -1;
|
||||
while (val != 0)
|
||||
{
|
||||
val >>= 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user