Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 27b1e5f8c795d3e8e953c8fb33b97a8309eb20c1..5450b14150bd57d8c5f68ca67bcbe9a1e7946179 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -269,7 +269,8 @@ namespace internal { |
V(kShouldNotDirectlyEnterOsrFunction, \ |
"Should not directly enter OSR-compiled function") \ |
V(kUnexpectedReturnFromWasmTrap, \ |
- "Should not return after throwing a wasm trap") |
+ "Should not return after throwing a wasm trap") \ |
+ V(kNonSimpleParameters, "Function has non-simple parameters") |
#define ERROR_MESSAGES_CONSTANTS(C, T) C, |
enum BailoutReason { |