mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
OK, seriously, buildfix. I shouldn't even have commit access!
This commit is contained in:
parent
b34991c4c3
commit
2095641af0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ inline u64 Log2(u64 val)
|
|||
return result;
|
||||
|
||||
#else
|
||||
T result = -1;
|
||||
u64 result = -1;
|
||||
while (val != 0)
|
||||
{
|
||||
val >>= 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue