Index: src/top.h |
=================================================================== |
--- src/top.h (revision 5699) |
+++ src/top.h (working copy) |
@@ -29,6 +29,7 @@ |
#define V8_TOP_H_ |
#include "frames-inl.h" |
+#include "simulator.h" |
namespace v8 { |
namespace internal { |
@@ -103,6 +104,10 @@ |
Address c_entry_fp_; // the frame pointer of the top c entry frame |
Address handler_; // try-blocks are chained through the stack |
+#ifdef USE_SIMULATOR |
+ assembler::arm::Simulator* simulator_; |
+#endif // USE_SIMULATOR |
+ |
#ifdef ENABLE_LOGGING_AND_PROFILING |
Address js_entry_sp_; // the stack pointer of the bottom js entry frame |
#endif |