Index: src/arm/codegen-arm.h |
diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h |
index 1c0fcd7b6ce76b2a6f0ab9048fb0c5175ef289e3..2711a147fbc133d265dbeb89288ffbb640b22c80 100644 |
--- a/src/arm/codegen-arm.h |
+++ b/src/arm/codegen-arm.h |
@@ -278,7 +278,7 @@ class CodeGenerator: public AstVisitor { |
// Constants related to patching of inlined load/store. |
static int GetInlinedKeyedLoadInstructionsAfterPatch() { |
- return FLAG_debug_code ? 27 : 13; |
+ return FLAG_debug_code ? 32 : 13; |
} |
static const int kInlinedKeyedStoreInstructionsAfterPatch = 5; |
static int GetInlinedNamedStoreInstructionsAfterPatch() { |