Index: src/codegen.h |
diff --git a/src/codegen.h b/src/codegen.h |
index ba99a404a38a61b201f792c38539c32652c0acd7..0e0cf1d2945d391491bf4b79ab74ea5a46bd967b 100644 |
--- a/src/codegen.h |
+++ b/src/codegen.h |
@@ -53,6 +53,8 @@ enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; |
#include "src/arm64/codegen-arm64.h" // NOLINT |
#elif V8_TARGET_ARCH_ARM |
#include "src/arm/codegen-arm.h" // NOLINT |
+#elif V8_TARGET_ARCH_PPC |
+#include "src/ppc/codegen-ppc.h" // NOLINT |
#elif V8_TARGET_ARCH_MIPS |
#include "src/mips/codegen-mips.h" // NOLINT |
#elif V8_TARGET_ARCH_MIPS64 |