Revision: 5722
Author: [email protected]
Date: Thu Oct 28 00:33:51 2010
Log: Fix the last USE_SIMULATOR mips issue introduced with my last arm
simulator change.

Review URL: http://codereview.chromium.org/4151005
http://code.google.com/p/v8/source/detail?r=5722

Modified:
 /branches/bleeding_edge/src/top.h

=======================================
--- /branches/bleeding_edge/src/top.h   Mon Oct 25 09:40:41 2010
+++ /branches/bleeding_edge/src/top.h   Thu Oct 28 00:33:51 2010
@@ -105,7 +105,11 @@
   Address handler_;   // try-blocks are chained through the stack

 #ifdef USE_SIMULATOR
+#ifdef V8_TARGET_ARCH_ARM
   assembler::arm::Simulator* simulator_;
+#elif V8_TARGET_ARCH_MIPS
+  assembler::mips::Simulator* simulator_;
+#endif
 #endif  // USE_SIMULATOR

 #ifdef ENABLE_LOGGING_AND_PROFILING

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to