diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/CallIndirect.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/CallIndirect.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/CallIndirect.php b/src/Structure/Instructions/Instrs/Control/CallIndirect.php index 2cf28a5..6f43e06 100644 --- a/src/Structure/Instructions/Instrs/Control/CallIndirect.php +++ b/src/Structure/Instructions/Instrs/Control/CallIndirect.php @@ -10,7 +10,7 @@ use Nsfisis\Waddiwasi\Structure\Types\TypeIdx; final readonly class CallIndirect extends Instr { - public function __construct( + protected function __construct( public TableIdx $funcTable, public TypeIdx $type, ) { |
