diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Table/TableSet.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Table/TableSet.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Table/TableSet.php b/src/Structure/Instructions/Instrs/Table/TableSet.php index 7ac7c8e..f02c375 100644 --- a/src/Structure/Instructions/Instrs/Table/TableSet.php +++ b/src/Structure/Instructions/Instrs/Table/TableSet.php @@ -13,4 +13,9 @@ final readonly class TableSet extends Instr public TableIdx $table, ) { } + + public static function opName(): string + { + return "table.set"; + } } |
