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
commit e8d918c4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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