Merge pull request #5887 from ethereum/fuzzer-optim

Fix fuzzer_common to keep assembly intact
This commit is contained in:
chriseth
2019-01-28 17:24:28 +01:00
committed by GitHub
+1 -1
View File
@@ -101,7 +101,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
isCreation,
runs,
EVMVersion{},
assembly,
tmp,
const_cast<AssemblyItems &>(tmp.items())
);
}