| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index f80469f523c4722f56d1b864d795ba8bacc65cff..dce9880ae694c509ec88e2e089e93e0a51b8f1c4 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -106,7 +106,7 @@ namespace interpreter {
|
| V(StaDataPropertyInLiteral, AccumulatorUse::kRead, OperandType::kReg, \
|
| OperandType::kReg, OperandType::kFlag8, OperandType::kIdx) \
|
| V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kReg, \
|
| - OperandType::kIdx) \
|
| + OperandType::kReg, OperandType::kIdx) \
|
| \
|
| /* Binary Operators */ \
|
| V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx) \
|
|
|