mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Relax assertion about jumps in loose mode
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user