aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/I64Const.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/I64Const.php')
-rw-r--r--src/Structure/Instructions/Instrs/Numeric/I64Const.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/I64Const.php b/src/Structure/Instructions/Instrs/Numeric/I64Const.php
index 59f34f3..59ca0f8 100644
--- a/src/Structure/Instructions/Instrs/Numeric/I64Const.php
+++ b/src/Structure/Instructions/Instrs/Numeric/I64Const.php
@@ -11,7 +11,7 @@ final readonly class I64Const extends Instr
/**
* @param U64 $value
*/
- public function __construct(
+ protected function __construct(
public int $value,
) {
}