Chromium Code Reviews| Index: src/codegen.h |
| diff --git a/src/codegen.h b/src/codegen.h |
| index 512cbfc40a9f164c10822837d71aba0d5ecc0e87..f941696774d105aaf3622715dd9ffba247f78b12 100644 |
| --- a/src/codegen.h |
| +++ b/src/codegen.h |
| @@ -56,6 +56,8 @@ |
| #include "src/mips/codegen-mips.h" // NOLINT |
| #elif V8_TARGET_ARCH_MIPS64 |
| #include "src/mips64/codegen-mips64.h" // NOLINT |
| +#elif V8_TARGET_ARCH_S390 |
| +#include "src/s390/codegen-s390.h" // NOLINT |
| #elif V8_TARGET_ARCH_X87 |
| #include "src/x87/codegen-x87.h" // NOLINT |
| #else |