OK, seriously, buildfix. I shouldn't even have commit access!

This commit is contained in:
Jordan Woyak 2013-03-05 16:16:33 -06:00
parent b34991c4c3
commit 2095641af0
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ inline u64 Log2(u64 val)
return result;
#else
T result = -1;
u64 result = -1;
while (val != 0)
{
val >>= 1;