| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 0c27074fdcde5a497b44dcc10bda50544abb570e..b538c8045d457e44870156c26a0eac49c2145f25 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1893,8 +1893,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 || V8_TARGET_ARCH_MIPS64
|
| +#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_MIPS || \
|
| + V8_TARGET_ARCH_MIPS64 || V8_TARGET_ARCH_PPC
|
| Simulator::Initialize(this);
|
| #endif
|
| #endif
|
|
|