mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/develop' into breaking
This commit is contained in:
@@ -72,7 +72,7 @@ AsmAnalysisInfo AsmAnalyzer::analyzeStrictAssertCorrect(Dialect const& _dialect,
|
||||
errors,
|
||||
_dialect,
|
||||
{},
|
||||
_object.dataNames()
|
||||
_object.qualifiedDataNames()
|
||||
).analyze(*_object.code);
|
||||
yulAssert(success && !errors.hasErrors(), "Invalid assembly/yul code.");
|
||||
return analysisInfo;
|
||||
|
||||
Reference in New Issue
Block a user