| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 67a530fd68d8d4157bff11c231f581fcb5bbe153..0dbce1fed543a13d415819910f06c9715c0c016f 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1836,7 +1836,8 @@ bool Isolate::Init(Deserializer* des) {
|
|
|
| // Initialize other runtime facilities
|
| #if defined(USE_SIMULATOR)
|
| -#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_MIPS
|
| +#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_ARM64 || \
|
| + V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64
|
| Simulator::Initialize(this);
|
| #endif
|
| #endif
|
|
|