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