| Index: src/top.cc
|
| ===================================================================
|
| --- src/top.cc (revision 6474)
|
| +++ src/top.cc (working copy)
|
| @@ -72,7 +72,7 @@
|
| handler_ = 0;
|
| #ifdef USE_SIMULATOR
|
| #ifdef V8_TARGET_ARCH_ARM
|
| - simulator_ = assembler::arm::Simulator::current();
|
| + simulator_ = Simulator::current();
|
| #elif V8_TARGET_ARCH_MIPS
|
| simulator_ = assembler::mips::Simulator::current();
|
| #endif
|
| @@ -1095,7 +1095,7 @@
|
| // thread_local_ is restored on a separate OS thread.
|
| #ifdef USE_SIMULATOR
|
| #ifdef V8_TARGET_ARCH_ARM
|
| - thread_local_.simulator_ = assembler::arm::Simulator::current();
|
| + thread_local_.simulator_ = Simulator::current();
|
| #elif V8_TARGET_ARCH_MIPS
|
| thread_local_.simulator_ = assembler::mips::Simulator::current();
|
| #endif
|
|
|