Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index e8576068307cc4d484d1dcd6a5b5dc9b9cc1f148..e211b48c195b80030f7f66abed93e9b5861f50e6 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -82,7 +82,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(); |