aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php b/src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php
index 7017723..c187e9c 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Control/CallIndirect.php
@@ -16,6 +16,6 @@ final readonly class CallIndirect extends Instr
public static function opName(): string
{
- return "call_indirect";
+ return 'call_indirect';
}
}