mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support appendAssemblySize() in AbstractAssembly
This commit is contained in:
@@ -121,6 +121,11 @@ public:
|
||||
solAssert(false, "RETURNSUB not implemented for EVM 1.0");
|
||||
}
|
||||
|
||||
virtual void appendAssemblySize() override
|
||||
{
|
||||
m_assembly.appendProgramSize();
|
||||
}
|
||||
|
||||
private:
|
||||
LabelID assemblyTagToIdentifier(eth::AssemblyItem const& _tag) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user