Chromium Code Reviews| Index: src/x64/virtual-frame-x64.cc |
| diff --git a/src/x64/virtual-frame-x64.cc b/src/x64/virtual-frame-x64.cc |
| index fb911a18751a9dc899049f25a1da031217d35974..5985fe6dff33639437c219f919d9aadf9f3b6521 100644 |
| --- a/src/x64/virtual-frame-x64.cc |
| +++ b/src/x64/virtual-frame-x64.cc |
| @@ -932,7 +932,6 @@ Result VirtualFrame::CallRuntime(Runtime::FunctionId id, int arg_count) { |
| return result; |
| } |
|
Søren Thygesen Gjesse
2009/08/18 13:10:44
Accidental edit?
Lasse Reichstein
2009/08/19 07:07:55
Indeed. Fixed.
|
| - |
| Result VirtualFrame::CallLoadIC(RelocInfo::Mode mode) { |
| // Name and receiver are on the top of the frame. The IC expects |
| // name in rcx and receiver on the stack. It does not drop the |