mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add markAsInvalid to the various assemblies.
This commit is contained in:
committed by
chriseth
parent
579e4b5a69
commit
92cd1ddb7d
@@ -182,6 +182,11 @@ void EthAssemblyAdapter::appendImmutableAssignment(std::string const& _identifie
|
||||
m_assembly.appendImmutableAssignment(_identifier);
|
||||
}
|
||||
|
||||
void EthAssemblyAdapter::markAsInvalid()
|
||||
{
|
||||
m_assembly.markAsInvalid();
|
||||
}
|
||||
|
||||
EthAssemblyAdapter::LabelID EthAssemblyAdapter::assemblyTagToIdentifier(evmasm::AssemblyItem const& _tag)
|
||||
{
|
||||
u256 id = _tag.data();
|
||||
|
||||
Reference in New Issue
Block a user