Index: src/x64/code-stubs-x64.cc |
=================================================================== |
--- src/x64/code-stubs-x64.cc (revision 5865) |
+++ src/x64/code-stubs-x64.cc (working copy) |
@@ -80,8 +80,9 @@ |
__ pop(rdx); |
__ push(rsi); |
__ push(rdx); |
+ __ Push(Factory::false_value()); |
__ push(rcx); // Restore return address. |
- __ TailCallRuntime(Runtime::kNewClosure, 2, 1); |
+ __ TailCallRuntime(Runtime::kNewClosure, 3, 1); |
} |