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