mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix windows build.
This commit is contained in:
@@ -519,9 +519,9 @@ bool AsmAnalyzer::operator()(Continue const& _continue)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool AsmAnalyzer::operator()(Leave const& _leave)
|
||||
bool AsmAnalyzer::operator()(Leave const& _leaveStatement)
|
||||
{
|
||||
m_info.stackHeightInfo[&_leave] = m_stackHeight;
|
||||
m_info.stackHeightInfo[&_leaveStatement] = m_stackHeight;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user