| Index: src/interpreter/bytecodes.h
 | 
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
 | 
| index d30eec6947a7a06a4e01ddc4ecaf7cc8cdb49701..a142c1d739fada97da6320d55ee6dbe1fdb0e4f2 100644
 | 
| --- a/src/interpreter/bytecodes.h
 | 
| +++ b/src/interpreter/bytecodes.h
 | 
| @@ -161,8 +161,7 @@
 | 
|    V(CreateObjectLiteral, OperandType::kIdx8, OperandType::kImm8)               \
 | 
|                                                                                 \
 | 
|    /* Closure allocation */                                                     \
 | 
| -  V(CreateClosure, OperandType::kIdx8, OperandType::kImm8)                     \
 | 
| -  V(CreateClosureWide, OperandType::kIdx16, OperandType::kImm8)                \
 | 
| +  V(CreateClosure, OperandType::kImm8)                                         \
 | 
|                                                                                 \
 | 
|    /* Arguments allocation */                                                   \
 | 
|    V(CreateMappedArguments, OperandType::kNone)                                 \
 | 
| 
 |