Relax assertion about jumps in loose mode

This commit is contained in:
Mathias Baumann
2018-12-05 10:25:59 +01:00
parent 8b38cf3ed4
commit 6e5160efa0
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ public:
*m_analysisInfo,
errorReporter,
EVMVersion::byzantium(),
boost::none,
langutil::Error::Type::SyntaxError,
Dialect::strictAssemblyForEVM()
);
if (!analyzer.analyze(*m_ast) || !errorReporter.errors().empty())