Skip to content

Commit c176cda

Browse files
kbhute-ibmdaverigby
authored andcommitted
MB-31350: Added s390x architecture support
Change-Id: If3b9c300aeeacbfb305ec98e953c70ff7f990b48 Reviewed-on: http://review.couchbase.org/100357 Reviewed-by: Dave Rigby <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent cabfe69 commit c176cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/ep/src/tagged_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <memory>
2121

22-
#if !__x86_64__ && !_M_X64
22+
#if !__x86_64__ && !_M_X64 && !__s390x__
2323
#error "TaggedPtr is x64 specific code. Not tested on other architectures"
2424
#endif
2525

0 commit comments

Comments
 (0)