summaryrefslogtreecommitdiff
path: root/src/jit/inline.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/inline.def')
-rw-r--r--src/jit/inline.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/inline.def b/src/jit/inline.def
index 4dd67402fb..2594c072d4 100644
--- a/src/jit/inline.def
+++ b/src/jit/inline.def
@@ -159,6 +159,7 @@ INLINE_OBSERVATION(REQUIRES_SAME_THIS, bool, "requires same this",
INLINE_OBSERVATION(RETURN_TYPE_MISMATCH, bool, "return type mismatch", FATAL, CALLSITE)
INLINE_OBSERVATION(STFLD_NEEDS_HELPER, bool, "stfld needs helper", FATAL, CALLSITE)
INLINE_OBSERVATION(TOO_MANY_LOCALS, bool, "too many locals", FATAL, CALLSITE)
+INLINE_OBSERVATION(PINVOKE_EH, bool, "PInvoke call site with EH", FATAL, CALLSITE)
// ------ Call Site Performance -------