aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php
index 56bdb3f..4ccc40a 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Load16S.php
@@ -20,6 +20,6 @@ final readonly class I32Load16S extends Instr
public static function opName(): string
{
- return "i32.load16_s";
+ return 'i32.load16_s';
}
}