Chromium Code Reviews| Index: src/x64/lithium-x64.cc |
| =================================================================== |
| --- src/x64/lithium-x64.cc (revision 6670) |
| +++ src/x64/lithium-x64.cc (working copy) |
| @@ -1747,8 +1747,8 @@ |
| LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { |
| - Abort("Unimplemented: %s", "DoCallStub"); |
| - return NULL; |
| + argument_count_ -= instr->argument_count(); |
| + return MarkAsCall(DefineFixed(new LCallStub, rax), instr); |
| } |