summaryrefslogtreecommitdiff
path: root/src/regex_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex_impl.cc')
-rw-r--r--src/regex_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex_impl.cc b/src/regex_impl.cc
index 9ada6fd5..a380e7f2 100644
--- a/src/regex_impl.cc
+++ b/src/regex_impl.cc
@@ -83,7 +83,9 @@ struct ParsedRegex
Quantifier quantifier;
uint16_t filler = 0;
};
+#ifndef __ppc__
static_assert(sizeof(Node) == 16, "");
+#endif
Vector<Node, MemoryDomain::Regex> nodes;