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