| Index: src/compiler/instruction-codes.h
 | 
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
 | 
| index 16aa1db873527d282489a6bf04083c655bfe553f..35ba436d09ffb4614896b2df24a753cb5c1edeaa 100644
 | 
| --- a/src/compiler/instruction-codes.h
 | 
| +++ b/src/compiler/instruction-codes.h
 | 
| @@ -29,7 +29,11 @@ namespace compiler {
 | 
|  // Target-specific opcodes that specify which assembly sequence to emit.
 | 
|  // Most opcodes specify a single instruction.
 | 
|  #define ARCH_OPCODE_LIST(V) \
 | 
| +  V(ArchCallAddress)        \
 | 
| +  V(ArchCallCodeObject)     \
 | 
| +  V(ArchCallJSFunction)     \
 | 
|    V(ArchDeoptimize)         \
 | 
| +  V(ArchDrop)               \
 | 
|    V(ArchJmp)                \
 | 
|    V(ArchNop)                \
 | 
|    V(ArchRet)                \
 | 
| 
 |