aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Control/Call.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Call.php')
-rw-r--r--src/Structure/Instructions/Instrs/Control/Call.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Call.php b/src/Structure/Instructions/Instrs/Control/Call.php
index 472752b..ba73037 100644
--- a/src/Structure/Instructions/Instrs/Control/Call.php
+++ b/src/Structure/Instructions/Instrs/Control/Call.php
@@ -13,4 +13,9 @@ final readonly class Call extends Instr
public FuncIdx $func,
) {
}
+
+ public static function opName(): string
+ {
+ return "call";
+ }
}