mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activate ewasm dialect in commandline interface.
This commit is contained in:
@@ -44,7 +44,7 @@ string EWasmToText::operator()(wasm::Literal const& _literal)
|
||||
|
||||
string EWasmToText::operator()(wasm::Identifier const& _identifier)
|
||||
{
|
||||
return "(get.local $" + _identifier.name + ")";
|
||||
return "(get_local $" + _identifier.name + ")";
|
||||
}
|
||||
|
||||
string EWasmToText::operator()(wasm::Label const& _label)
|
||||
|
||||
Reference in New Issue
Block a user