aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Memory/I64Store16.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Memory/I64Store16.php')
-rw-r--r--src/Structure/Instructions/Instrs/Memory/I64Store16.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Memory/I64Store16.php b/src/Structure/Instructions/Instrs/Memory/I64Store16.php
index 4cb48a2..664d57d 100644
--- a/src/Structure/Instructions/Instrs/Memory/I64Store16.php
+++ b/src/Structure/Instructions/Instrs/Memory/I64Store16.php
@@ -17,4 +17,9 @@ final readonly class I64Store16 extends Instr
public int $align,
) {
}
+
+ public static function opName(): string
+ {
+ return "i64.store16";
+ }
}