Fix windows build.

This commit is contained in:
chriseth
2019-11-06 02:06:19 +01:00
parent 4d99bf68f4
commit e275bb88f0
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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;
}