| Index: src/interpreter/bytecode-pipeline.h
|
| diff --git a/src/interpreter/bytecode-pipeline.h b/src/interpreter/bytecode-pipeline.h
|
| index e2beff2c8e3ca94e19172c033248e8e0e6743ee4..92a4cd6380dc23cfd137ba3ce5f30ac60a40982f 100644
|
| --- a/src/interpreter/bytecode-pipeline.h
|
| +++ b/src/interpreter/bytecode-pipeline.h
|
| @@ -183,10 +183,9 @@ class BytecodeNode final : ZoneObject {
|
|
|
| private:
|
| static const int kInvalidPosition = kMinInt;
|
| - static const size_t kMaxOperands = 4;
|
|
|
| Bytecode bytecode_;
|
| - uint32_t operands_[kMaxOperands];
|
| + uint32_t operands_[Bytecodes::kMaxOperands];
|
| BytecodeSourceInfo source_info_;
|
| };
|
|
|
|
|