| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index dba4c102e08ecabdb7371c552b6f27e4b316538d..1bf732cfab3cf0e33a305f337deb31dc8565a858 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_X87
|
| +#include "src/compiler/x87/instruction-codes-x87.h"
|
| #else
|
| #define TARGET_ARCH_OPCODE_LIST(V)
|
| #define TARGET_ADDRESSING_MODE_LIST(V)
|
|
|