mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/develop' into develop_060
This commit is contained in:
@@ -165,7 +165,7 @@ string EWasmToText::transform(wasm::FunctionDefinition const& _function)
|
||||
ret += " (result i64)\n";
|
||||
for (auto const& local: _function.locals)
|
||||
ret += " (local $" + local.variableName + " i64)\n";
|
||||
ret += indented(joinTransformed(_function.body));
|
||||
ret += indented(joinTransformed(_function.body, '\n'));
|
||||
if (ret.back() != '\n')
|
||||
ret += '\n';
|
||||
ret += ")\n";
|
||||
|
||||
Reference in New Issue
Block a user