EVM to eWasm translator.

This commit is contained in:
chriseth
2019-06-25 19:06:18 +02:00
parent 1cc8475309
commit 67f11104c1
9 changed files with 446 additions and 6 deletions
-1
View File
@@ -81,6 +81,5 @@ void NameDisplacer::checkAndReplace(YulString& _name) const
{
if (m_translations.count(_name))
_name = m_translations.at(_name);
yulAssert(!m_namesToFree.count(_name), "");
}