Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 6692) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -1650,7 +1650,7 @@ |
} |
__ movq(rsp, rbp); |
__ pop(rbp); |
- __ ret((ParameterCount() + 1) * kPointerSize); |
+ __ Ret((ParameterCount() + 1) * kPointerSize, rcx); |
} |