| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 8920440768a8f77d1b9d560597ae3d6e15714981..5bb02f13b53907a460a7e642446f578a899fe1bf 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -105,7 +105,7 @@ namespace interpreter {
|
| OperandType::kReg, OperandType::kIdx) \
|
| V(StaDataPropertyInLiteral, AccumulatorUse::kRead, OperandType::kReg, \
|
| OperandType::kReg, OperandType::kFlag8, OperandType::kIdx) \
|
| - V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kReg, \
|
| + V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kImm, \
|
| OperandType::kIdx) \
|
| \
|
| /* Binary Operators */ \
|
|
|