UninterpretedBytes.st
changeset 20373 bce89424b82a
parent 20372 aa0461b19c97
child 20398 8cb53f870d39
child 20595 9ee758b143e9
--- a/UninterpretedBytes.st	Mon Sep 12 16:50:48 2016 +0200
+++ b/UninterpretedBytes.st	Mon Sep 12 16:51:19 2016 +0200
@@ -4463,12 +4463,14 @@
                 hash2 = (hash2 << 8) | cp[1];
                 hash2 = (hash2 << 8) | cp[2];
                 hash2 = (hash2 << 8) | cp[3];
+# if 0
                 if (sizeof(H_INT) == 8) {
                     hash2 = (hash2 << 8) | cp[4];
                     hash2 = (hash2 << 8) | cp[5];
                     hash2 = (hash2 << 8) | cp[6];
                     hash2 = (hash2 << 8) | cp[7];
                 }
+# endif
                 /*
                  * multiply by large prime to scramble bits and
                  * to avoid a 0 result from