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