Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 148d0c02de2736cc27149e3b6c2be654ffdd86d9..080e3b1b6931ad736dfbc7947e07b5df542eac82 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -99,7 +99,7 @@ class FullCodeGenerator: public AstVisitor { |
static const int kMaxBackEdgeWeight = 127; |
// Platform-specific code size multiplier. |
-#if V8_TARGET_ARCH_IA32 |
+#if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X87 |
static const int kCodeSizeMultiplier = 105; |
static const int kBootCodeSizeMultiplier = 100; |
#elif V8_TARGET_ARCH_X64 |