diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php b/src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php index 461f561..1cbfa11 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Control/Call.php @@ -15,6 +15,6 @@ final readonly class Call extends Instr public static function opName(): string { - return "call"; + return 'call'; } } |
