diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/BrTable.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/BrTable.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/BrTable.php b/src/Structure/Instructions/Instrs/Control/BrTable.php index 37f61ed..c7685f6 100644 --- a/src/Structure/Instructions/Instrs/Control/BrTable.php +++ b/src/Structure/Instructions/Instrs/Control/BrTable.php @@ -17,4 +17,9 @@ final readonly class BrTable extends Instr public LabelIdx $defaultLabel, ) { } + + public static function opName(): string + { + return "br_table"; + } } |
