| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index b99a1cf4523a9bac5fc804927bae19778cd142e9..a7997c63d7cb356e08ad5eb3a940fefc42b86421 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1844,7 +1844,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
|
| + V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64 || \
|
| + V8_TARGET_ARCH_PPC
|
| Simulator::Initialize(this);
|
| #endif
|
| #endif
|
|
|