| Index: src/codegen.h
|
| diff --git a/src/codegen.h b/src/codegen.h
|
| index 8ee8b24da2bac260ac6ddab141c6759ea1869e59..2fe796c5dd9ac4974b31403e7b2d081c2bbbf8c5 100644
|
| --- a/src/codegen.h
|
| +++ b/src/codegen.h
|
| @@ -55,6 +55,8 @@ enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF };
|
| #include "src/arm/codegen-arm.h" // NOLINT
|
| #elif V8_TARGET_ARCH_MIPS
|
| #include "src/mips/codegen-mips.h" // NOLINT
|
| +#elif V8_TARGET_ARCH_MIPS64
|
| +#include "src/mips64/codegen-mips64.h" // NOLINT
|
| #elif V8_TARGET_ARCH_X87
|
| #include "src/x87/codegen-x87.h" // NOLINT
|
| #else
|
|
|