Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index f544b7f29833a11e6748476843c194f553f4f5cc..cc24bb8070a1d20100a5c0adc57351b89a00ba7b 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -124,7 +124,7 @@ class FullCodeGenerator: public AstVisitor { |
static const int kBootCodeSizeMultiplier = 120; |
#elif V8_TARGET_ARCH_MIPS64 |
static const int kCodeSizeMultiplier = 149; |
- static const int kBootCodeSizeMultiplier = 120; |
+ static const int kBootCodeSizeMultiplier = 170; |
#else |
#error Unsupported target architecture. |
#endif |