Skip to content

Commit

Permalink
OK, seriously, buildfix. I shouldn't even have commit access!
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-woyak committed Mar 5, 2013
1 parent b34991c commit 2095641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/MathUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ inline u64 Log2(u64 val)
return result;

#else
T result = -1;
u64 result = -1;
while (val != 0)
{
val >>= 1;
Expand Down

0 comments on commit 2095641

Please sign in to comment.