aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/F64Le.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/F64Le.php')
-rw-r--r--src/Structure/Instructions/Instrs/Numeric/F64Le.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/F64Le.php b/src/Structure/Instructions/Instrs/Numeric/F64Le.php
index eae4b93..069382d 100644
--- a/src/Structure/Instructions/Instrs/Numeric/F64Le.php
+++ b/src/Structure/Instructions/Instrs/Numeric/F64Le.php
@@ -8,4 +8,8 @@ use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
final readonly class F64Le extends Instr
{
+ public static function opName(): string
+ {
+ return "f64.le";
+ }
}