summaryrefslogtreecommitdiff
path: root/src/checksum
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-08-25 15:24:48 +1000
committerGitHub <noreply@github.com>2016-08-25 15:24:48 +1000
commitf1ab6cc250fd62d38d40f46746fd16fd2da96029 (patch)
treede8b8caaeaea72c9fa200c2933fb4108d297f38e /src/checksum
parent2ddc171b47690a42d6477cfc469f4fa62f885517 (diff)
downloadmongo-f1ab6cc250fd62d38d40f46746fd16fd2da96029.tar.gz
WT-2695 Fix build issues caused by zSeries checksum code (#2979)
Diffstat (limited to 'src/checksum')
-rw-r--r--src/checksum/zseries/crc32-s390x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checksum/zseries/crc32-s390x.c b/src/checksum/zseries/crc32-s390x.c
index 8df3335fd78..daf7ce06c53 100644
--- a/src/checksum/zseries/crc32-s390x.c
+++ b/src/checksum/zseries/crc32-s390x.c
@@ -12,7 +12,7 @@
#include "slicing-consts.h"
#define VX_MIN_LEN 64
-#define VX_ALIGNMENT 16L
+#define VX_ALIGNMENT 16UL
#define VX_ALIGN_MASK (VX_ALIGNMENT - 1)
/* Prototypes for functions in assembly files */