mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-04-02 08:55:59 +02:00
Add OpUnreachable
This commit is contained in:
@@ -292,6 +292,9 @@ public:
|
||||
/// Returns with no value from a function with void return type.
|
||||
void OpReturn();
|
||||
|
||||
/// Behavior is undefined if this instruction is executed.
|
||||
void OpUnreachable();
|
||||
|
||||
/// Return a value from a function.
|
||||
Id OpReturnValue(Id value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user