aboutsummaryrefslogtreecommitdiff
path: root/src/top.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2010-11-09 16:16:48 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2010-11-15 17:07:50 -0800
commit3e5fa29ddb82551500b118e9bf37af3966277b70 (patch)
treea74a16cc186a742dd182289692dfbe9ce1c3c5d4 /src/top.h
parent5913587db4c6bab03d97bfe44b06289fd6d7270d (diff)
downloadv8-3e5fa29ddb82551500b118e9bf37af3966277b70.tar.gz
Update V8 to r5780 as required by WebKit r71558
Change-Id: Ie3936550b99967a13755930d0dac0a59c3562625
Diffstat (limited to 'src/top.h')
-rw-r--r--src/top.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/top.h b/src/top.h
index e97289f3..bc3a85e8 100644
--- a/src/top.h
+++ b/src/top.h
@@ -105,7 +105,11 @@ class ThreadLocalTop BASE_EMBEDDED {
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