| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index f994645019dedc07c92525513749cda10d7a524b..15deb78d8502dc35517db9f64acef1b51d2f9201 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -211,7 +211,8 @@ class LCodeGen V8_FINAL BASE_EMBEDDED {
|
|
|
| void CallRuntime(const Runtime::Function* function,
|
| int num_arguments,
|
| - LInstruction* instr);
|
| + LInstruction* instr,
|
| + SaveFPRegsMode save_doubles = kDontSaveFPRegs);
|
|
|
| void CallRuntime(Runtime::FunctionId id,
|
| int num_arguments,
|
|
|