Index: src/arm/simulator-arm.h |
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h |
index 45ae999b57c7e5f072779bdb13d75e6267d4910a..674ff42d63d520736111a36b9d1eaefe42aa08e2 100644 |
--- a/src/arm/simulator-arm.h |
+++ b/src/arm/simulator-arm.h |
@@ -348,8 +348,10 @@ class Simulator { |
void* external_function, |
v8::internal::ExternalReference::Type type); |
- // Handle arguments and return value for runtime FP functions. |
- void GetFpArgs(double* x, double* y, int32_t* z); |
+ // For use in calls that take double value arguments. |
+ void GetFpArgs(double* x, double* y); |
+ void GetFpArgs(double* x); |
+ void GetFpArgs(double* x, int32_t* y); |
void SetFpResult(const double& result); |
void TrashCallerSaveRegisters(); |