Fix fuzzer_common to keep assembly intact

This commit is contained in:
Alex Beregszaszi 2019-01-28 16:18:49 +00:00
parent 2fc7928697
commit c19afd5ad3

View File

@ -101,7 +101,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
isCreation,
runs,
EVMVersion{},
assembly,
tmp,
const_cast<AssemblyItems &>(tmp.items())
);
}