From e223001916b5ca8d914dcf9fe39fa1d9b4028275 Mon Sep 17 00:00:00 2001 From: Shahid Date: Sat, 2 Feb 2019 00:48:10 +0530 Subject: Update table.c --- upb/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb') diff --git a/upb/table.c b/upb/table.c index 4239c6f..96dccf6 100644 --- a/upb/table.c +++ b/upb/table.c @@ -726,7 +726,7 @@ bool upb_inttable_iter_isequal(const upb_inttable_iter *i1, i1->array_part == i2->array_part; } -#ifdef UPB_UNALIGNED_READS_OK +#if defined(UPB_UNALIGNED_READS_OK) || defined(__s390x__) /* ----------------------------------------------------------------------------- * MurmurHash2, by Austin Appleby (released as public domain). * Reformatted and C99-ified by Joshua Haberman. -- cgit v1.2.3