Chromium Code Reviews| Index: src/x64/macro-assembler-x64.cc |
| =================================================================== |
| --- src/x64/macro-assembler-x64.cc (revision 7889) |
| +++ src/x64/macro-assembler-x64.cc (working copy) |
| @@ -512,8 +512,7 @@ |
| const Runtime::Function* function = Runtime::FunctionForId(id); |
| Set(rax, function->nargs); |
| LoadAddress(rbx, ExternalReference(function, isolate())); |
| - CEntryStub ces(1); |
| - ces.SaveDoubles(); |
| + CEntryStub ces(1, kSaveFPRegs); |
| CallStub(&ces); |
| } |