| Index: src/assembler.h
|
| ===================================================================
|
| --- src/assembler.h (revision 1707)
|
| +++ src/assembler.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| #include "runtime.h"
|
| #include "top.h"
|
| #include "zone-inl.h"
|
| +#include "token.h"
|
|
|
| namespace v8 { namespace internal {
|
|
|
| @@ -417,6 +418,8 @@
|
| // Used to check if single stepping is enabled in generated code.
|
| static ExternalReference debug_step_in_fp_address();
|
|
|
| + static ExternalReference double_fp_operation(Token::Value operation);
|
| +
|
| Address address() const {return address_;}
|
|
|
| private:
|
|
|