| Index: src/compiler/instruction-codes.h
 | 
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
 | 
| index 6e59f9cde81630d15ff8f0ec56a329f05f29be10..a627748cb2f26ae2fb116d226079250e0d1f15c5 100644
 | 
| --- a/src/compiler/instruction-codes.h
 | 
| +++ b/src/compiler/instruction-codes.h
 | 
| @@ -14,7 +14,8 @@
 | 
|  #elif V8_TARGET_ARCH_X64
 | 
|  #include "src/compiler/x64/instruction-codes-x64.h"
 | 
|  #else
 | 
| -#error "Unsupported target architecture."
 | 
| +#define TARGET_ARCH_OPCODE_LIST(V)
 | 
| +#define TARGET_ADDRESSING_MODE_LIST(V)
 | 
|  #endif
 | 
|  #include "src/utils.h"
 | 
|  
 | 
| 
 |