mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
EVM to eWasm translator.
This commit is contained in:
@@ -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), "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user