mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Binary transform for br and br_if.
This commit is contained in:
@@ -123,7 +123,7 @@ string TextTransform::operator()(wasm::Loop const& _loop)
|
||||
|
||||
string TextTransform::operator()(wasm::Break const& _break)
|
||||
{
|
||||
return "(break $" + _break.label.name + ")\n";
|
||||
return "(br $" + _break.label.name + ")\n";
|
||||
}
|
||||
|
||||
string TextTransform::operator()(wasm::BreakIf const& _break)
|
||||
|
||||
Reference in New Issue
Block a user