mirror of
https://github.com/yuzu-emu/sirit
synced 2024-11-22 17:53:54 +00:00
Update flow commentaries
This commit is contained in:
parent
a582641b99
commit
beaf57a8e5
1 changed files with 2 additions and 2 deletions
|
@ -154,10 +154,10 @@ public:
|
|||
|
||||
// Flow
|
||||
|
||||
/// Emits a label. It starts a block.
|
||||
/// The block label instruction: Any reference to a block is through this ref.
|
||||
Ref Label();
|
||||
|
||||
/// Emits a return. It ends a block.
|
||||
/// Returns with no value from a function with void return type.
|
||||
Ref Return();
|
||||
|
||||
// Literals
|
||||
|
|
Loading…
Reference in a new issue