aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/runtime/MatchResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/masm/runtime/MatchResult.h')
-rw-r--r--src/3rdparty/masm/runtime/MatchResult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/masm/runtime/MatchResult.h b/src/3rdparty/masm/runtime/MatchResult.h
index d87c8516b0..b7aaa6b6fc 100644
--- a/src/3rdparty/masm/runtime/MatchResult.h
+++ b/src/3rdparty/masm/runtime/MatchResult.h
@@ -35,6 +35,7 @@ struct MatchResult {
{
}
+#if !CPU(X86_64) && !CPU(ARM64)
explicit ALWAYS_INLINE MatchResult(EncodedMatchResult encoded)
{
union u {
@@ -48,6 +49,7 @@ struct MatchResult {
start = value.split.start;
end = value.split.end;
}
+#endif
ALWAYS_INLINE static MatchResult failed()
{