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