Remove EVMAssembly.

This commit is contained in:
chriseth
2021-06-08 18:41:22 +02:00
parent 7d8a4e63d8
commit fe35512feb
6 changed files with 1 additions and 301 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ void CodeTransform::operator()(FunctionCall const& _call)
else
{
m_assembly.setSourceLocation(extractSourceLocationFromDebugData(_call.debugData));
EVMAssembly::LabelID returnLabel(numeric_limits<EVMAssembly::LabelID>::max()); // only used for evm 1.0
AbstractAssembly::LabelID returnLabel(numeric_limits<AbstractAssembly::LabelID>::max()); // only used for evm 1.0
returnLabel = m_assembly.newLabelId();
m_assembly.appendLabelReference(returnLabel);