yul proto fuzzer: Add EVM version field

This commit is contained in:
Bhargava Shastry 2019-12-16 15:25:05 +01:00
parent 31ef914d61
commit cdc935a294

View File

@ -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()
{ {