Merge pull request #1562 from vkargov/master
[mono.git] / mono / utils / mono-conc-hashtable.c
index 7c4637f81cbba782f95982dd3d4402009949fa1d..ae97769a64bdd57b84323bf55347a0d324e96a56 100644 (file)
@@ -72,7 +72,7 @@ than just the numbers.
 static MONO_ALWAYS_INLINE int
 mix_hash (int hash)
 {
-       return ((hash * 215497) >> 16) ^ (hash * 1823231) + hash;
+       return ((hash * 215497) >> 16) ^ (hash * 1823231 + hash);
 }
 
 static MONO_ALWAYS_INLINE void