diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Memory/F32Store.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Memory/F32Store.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Memory/F32Store.php b/src/Structure/Instructions/Instrs/Memory/F32Store.php index 7c1c212..2d3ffe2 100644 --- a/src/Structure/Instructions/Instrs/Memory/F32Store.php +++ b/src/Structure/Instructions/Instrs/Memory/F32Store.php @@ -17,4 +17,9 @@ final readonly class F32Store extends Instr public int $align, ) { } + + public static function opName(): string + { + return "f32.store"; + } } |
