diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php b/src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php index 2841814..d4c6ab5 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Control/BrTable.php @@ -19,6 +19,6 @@ final readonly class BrTable extends Instr public static function opName(): string { - return "br_table"; + return 'br_table'; } } |
