Chromium Code Reviews| Index: src/arm/simulator-arm.h |
| =================================================================== |
| --- src/arm/simulator-arm.h (revision 6213) |
| +++ src/arm/simulator-arm.h (working copy) |
| @@ -79,6 +79,7 @@ |
| #include "constants-arm.h" |
| #include "hashmap.h" |
| +#include "assembler.h" |
| namespace assembler { |
| namespace arm { |
| @@ -285,7 +286,7 @@ |
| // Runtime call support. |
| static void* RedirectExternalReference(void* external_function, |
| - bool fp_return); |
| + v8::internal::ExternalReference::Type type); |
|
Erik Corry
2011/01/24 21:45:16
The indentation of these two parameters is wrong.
Zaheer
2011/01/25 07:39:52
The second parameter is too long for 80chars. move
|
| // For use in calls that take two double values, constructed from r0, r1, r2 |
| // and r3. |