yul proto fuzzer: Add EVM version field

This commit is contained in:
Bhargava Shastry 2019-12-16 15:25:05 +01:00
parent 4089c2cd55
commit bab92118a5

View File

@ -287,6 +287,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()
{