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