Index: src/x64/builtins-x64.cc |
=================================================================== |
--- src/x64/builtins-x64.cc (revision 5112) |
+++ src/x64/builtins-x64.cc (working copy) |
@@ -895,8 +895,8 @@ |
__ lea(rbx, FieldOperand(rbx, Code::kHeaderSize)); |
__ jmp(rbx); |
- // edi: called object |
- // eax: number of arguments |
+ // rdi: called object |
+ // rax: number of arguments |
__ bind(&non_function_call); |
// CALL_NON_FUNCTION expects the non-function constructor as receiver |
// (instead of the original receiver from the call site). The receiver is |