Index: src/typing-asm.h |
diff --git a/src/typing-asm.h b/src/typing-asm.h |
index 09eacaa0ae07717e0336916d71986ce99f2dd88a..129bf99997d7665feea4182bea9a71e01ab6fcbb 100644 |
--- a/src/typing-asm.h |
+++ b/src/typing-asm.h |
@@ -121,7 +121,7 @@ class AsmTyper : public AstVisitor { |
AstTypeBounds bounds_; |
- static const int kErrorMessageLimit = 100; |
+ static const int kErrorMessageLimit = 150; |
char error_message_[kErrorMessageLimit]; |
static const int kMaxUncombinedAdditiveSteps = 1 << 20; |