diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Br.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/Br.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Br.php b/src/Structure/Instructions/Instrs/Control/Br.php index 836f3f1..b8564a0 100644 --- a/src/Structure/Instructions/Instrs/Control/Br.php +++ b/src/Structure/Instructions/Instrs/Control/Br.php @@ -9,7 +9,7 @@ use Nsfisis\Waddiwasi\Structure\Types\LabelIdx; final readonly class Br extends Instr { - public function __construct( + protected function __construct( public LabelIdx $label, ) { } |
