summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorShahid <shahid@us.ibm.com>2019-02-02 00:48:10 +0530
committerGitHub <noreply@github.com>2019-02-02 00:48:10 +0530
commite223001916b5ca8d914dcf9fe39fa1d9b4028275 (patch)
tree736f7be108673be4ffbc84639b3ddede58be0361 /upb
parent33cd3cfa1d21d9f3557f01a137bec43322a3ec93 (diff)
Update table.c
Diffstat (limited to 'upb')
-rw-r--r--upb/table.c2
1 files changed, 1 insertions, 1 deletions
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback