| Index: src/arm/simulator-arm.h
|
| ===================================================================
|
| --- src/arm/simulator-arm.h (revision 6551)
|
| +++ src/arm/simulator-arm.h (working copy)
|
| @@ -79,6 +79,7 @@
|
|
|
| #include "constants-arm.h"
|
| #include "hashmap.h"
|
| +#include "assembler.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -285,8 +286,9 @@
|
| static CachePage* GetCachePage(void* page);
|
|
|
| // Runtime call support.
|
| - static void* RedirectExternalReference(void* external_function,
|
| - bool fp_return);
|
| + static void* RedirectExternalReference(
|
| + void* external_function,
|
| + v8::internal::ExternalReference::Type type);
|
|
|
| // For use in calls that take two double values, constructed from r0, r1, r2
|
| // and r3.
|
|
|