| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index cfd5a3d8e6c62aac9414feab62e239376efae98d..8c6c86cae75926ac02f1b013d002855f8ed34a04 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1894,7 +1894,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
|
|
|