Index: src/arm/full-codegen-arm.cc |
diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc |
index d8ca130da44442a962364e2fac3d80b2a5bf7b56..ddc74e2f734b1b67056a54e26e4f2b92dd157ca1 100644 |
--- a/src/arm/full-codegen-arm.cc |
+++ b/src/arm/full-codegen-arm.cc |
@@ -92,7 +92,7 @@ void FullCodeGenerator::Generate(CompilationInfo* info) { |
bool function_in_register = true; |
// Possibly allocate a local context. |
- int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; |
+ int heap_slots = scope()->num_heap_slots(); |
if (heap_slots > 0) { |
Comment cmnt(masm_, "[ Allocate local context"); |
// Argument to NewContext is the function, which is in r1. |