diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php index 47ef776..936d5b7 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I64Load16S.php @@ -20,6 +20,6 @@ final readonly class I64Load16S extends Instr public static function opName(): string { - return "i64.load16_s"; + return 'i64.load16_s'; } } |
