Index: src/codegen.h |
diff --git a/src/codegen.h b/src/codegen.h |
index e01a3982a016f90a8e1b461e3d7bb395a48e9c29..832408128a3ed1700a18f3665a713783ee61c2d3 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 |