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