mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Review changes.
This commit is contained in:
@@ -49,7 +49,7 @@ bool InlineAssemblyStack::parse(shared_ptr<Scanner> const& _scanner)
|
||||
return true;
|
||||
}
|
||||
|
||||
string InlineAssemblyStack::print()
|
||||
string InlineAssemblyStack::toString()
|
||||
{
|
||||
return AsmPrinter()(*m_parserResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user