diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/BrTable.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/BrTable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/BrTable.php b/src/Structure/Instructions/Instrs/Control/BrTable.php index 57a08f3..37f61ed 100644 --- a/src/Structure/Instructions/Instrs/Control/BrTable.php +++ b/src/Structure/Instructions/Instrs/Control/BrTable.php @@ -12,7 +12,7 @@ final readonly class BrTable extends Instr /** * @param list<LabelIdx> $labelTable */ - public function __construct( + protected function __construct( public array $labelTable, public LabelIdx $defaultLabel, ) { |
