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