diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Variable/LocalTee.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Variable/LocalTee.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Variable/LocalTee.php b/src/Structure/Instructions/Instrs/Variable/LocalTee.php index 3e48e8e..97fb46a 100644 --- a/src/Structure/Instructions/Instrs/Variable/LocalTee.php +++ b/src/Structure/Instructions/Instrs/Variable/LocalTee.php @@ -13,4 +13,9 @@ final readonly class LocalTee extends Instr public LocalIdx $var, ) { } + + public static function opName(): string + { + return "local.tee"; + } } |
