Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 4b6b5ca8e36a800f21d9032918371060ff1cd150..6fb77363d7358324ca656079684920aae4b4d17d 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -249,7 +249,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, |