diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/CallIndirect.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/CallIndirect.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/CallIndirect.php b/src/Structure/Instructions/Instrs/Control/CallIndirect.php index 6f43e06..d6fcea4 100644 --- a/src/Structure/Instructions/Instrs/Control/CallIndirect.php +++ b/src/Structure/Instructions/Instrs/Control/CallIndirect.php @@ -15,4 +15,9 @@ final readonly class CallIndirect extends Instr public TypeIdx $type, ) { } + + public static function opName(): string + { + return "call_indirect"; + } } |
