| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 6ca993306afd456231e1a616a04ea46393f5aaa1..9cad13f77938caff3988708de00d4ed6d084bef8 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2027,8 +2027,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
|
|
|