mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Fix ReturnData::Index::_size
This commit is contained in:
parent
64e374890c
commit
6d428d8602
1 changed files with 3 additions and 3 deletions
|
|
@ -41,10 +41,10 @@ struct RuntimeData
|
|||
GasLimit,
|
||||
CodeSize,
|
||||
|
||||
ReturnDataOffset = CallValue, // Reuse 2 fields for return data reference
|
||||
ReturnDataSize = CallDataSize,
|
||||
_size,
|
||||
|
||||
_size
|
||||
ReturnDataOffset = CallValue, // Reuse 2 fields for return data reference
|
||||
ReturnDataSize = CallDataSize
|
||||
};
|
||||
|
||||
i256 elems[_size];
|
||||
|
|
|
|||
Loading…
Reference in a new issue