Line 0
Link Here
|
|
|
1 |
--- src/pmask.h.orig 2018-10-16 15:21:01 UTC |
2 |
+++ src/pmask.h |
3 |
@@ -36,7 +36,7 @@ extern "C" { |
4 |
//e.g. 4 for 16-bit ints, 5 for 32-bit ints, 6 for 64-bit ints |
5 |
//don't worry about setting it incorrectly |
6 |
//you'll get a compile error if you do, not a run-time error |
7 |
-#if defined(__alpha__) || defined(__ia64__) || defined(__x86_64__) |
8 |
+#if defined(__alpha__) || defined(__ia64__) || defined(__x86_64__) || defined(__powerpc64__) |
9 |
#define MASK_WORD_BITBITS 6 |
10 |
#else |
11 |
#define MASK_WORD_BITBITS 5 |