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
bab92118a5
commit
e32bb74b30
@ -291,6 +291,10 @@ private:
|
||||
/// enum of type Program_Version
|
||||
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.
|
||||
unsigned counter()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user