mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
yul proto fuzzer: Add EVM version field
This commit is contained in:
parent
31ef914d61
commit
cdc935a294
@ -283,6 +283,10 @@ private:
|
|||||||
/// enum of type Program_Version
|
/// enum of type Program_Version
|
||||||
solidity::langutil::EVMVersion evmVersionMapping(Program_Version const& _x);
|
solidity::langutil::EVMVersion evmVersionMapping(Program_Version const& _x);
|
||||||
|
|
||||||
|
/// Returns an EVMVersion object corresponding to the protobuf
|
||||||
|
/// enum of type Program_Version
|
||||||
|
langutil::EVMVersion evmVersionMapping(Program_Version const& _x);
|
||||||
|
|
||||||
/// Returns a monotonically increasing counter that starts from zero.
|
/// Returns a monotonically increasing counter that starts from zero.
|
||||||
unsigned counter()
|
unsigned counter()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user