| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 38b7809195cc9ec6f059e5a11523dc09be025e5a..efc9880e0b54ef86a52bce67355f24114c2d3477 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -21,6 +21,8 @@
|
| #include "src/compiler/x64/instruction-codes-x64.h"
|
| #elif V8_TARGET_ARCH_PPC
|
| #include "src/compiler/ppc/instruction-codes-ppc.h"
|
| +#elif V8_TARGET_ARCH_S390
|
| +#include "src/compiler/s390/instruction-codes-s390.h"
|
| #elif V8_TARGET_ARCH_X87
|
| #include "src/compiler/x87/instruction-codes-x87.h"
|
| #else
|
|
|