mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix refactoring error.
This commit is contained in:
parent
fa467c365c
commit
0ebaf220b5
@ -82,8 +82,8 @@ bool InlineAssemblyStack::parseAndAssemble(
|
||||
return false;
|
||||
|
||||
AsmAnalyzer::Scopes scopes;
|
||||
AsmAnalyzer analyzer(scopes, m_errors);
|
||||
solAssert(analyzer.analyze(*m_parserResult), "");
|
||||
AsmAnalyzer analyzer(scopes, errors);
|
||||
solAssert(analyzer.analyze(*parserResult), "");
|
||||
CodeGenerator(errors).assemble(*parserResult, scopes, _assembly, _identifierAccess);
|
||||
|
||||
// At this point, the assembly might be messed up, but we should throw an
|
||||
|
Loading…
Reference in New Issue
Block a user