Index: src/x64/virtual-frame-x64.h |
diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h |
index dc270fea0a1437e86f57c80e6dd89a57e55b7682..0549e3cc2a4bbe338995c103500249b0d63623b9 100644 |
--- a/src/x64/virtual-frame-x64.h |
+++ b/src/x64/virtual-frame-x64.h |
@@ -200,7 +200,7 @@ class VirtualFrame : public ZoneObject { |
inline void PrepareForReturn(); |
// Number of local variables after when we use a loop for allocating. |
- static const int kLocalVarBound = 7; |
+ static const int kLocalVarBound = 14; |
// Allocate and initialize the frame-allocated locals. |
void AllocateStackSlots(); |