Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 3e24dae54c89da7b801058386bdfc7d0b738917b..eaaa96b5e21a905fa1b0d5a4815e24921f883922 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -81,7 +81,8 @@ class LCodeGen BASE_EMBEDDED { |
bool NeedsEagerFrame() const { |
return GetStackSlotCount() > 0 || |
info()->is_non_deferred_calling() || |
- !info()->IsStub(); |
+ !info()->IsStub() || |
+ info()->requires_frame(); |
} |
bool NeedsDeferredFrame() const { |
return !NeedsEagerFrame() && info()->is_deferred_calling(); |