aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Memory/I32Load.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Memory/I32Load.php')
-rw-r--r--src/Structure/Instructions/Instrs/Memory/I32Load.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Memory/I32Load.php b/src/Structure/Instructions/Instrs/Memory/I32Load.php
index 98e5e35..a5925bc 100644
--- a/src/Structure/Instructions/Instrs/Memory/I32Load.php
+++ b/src/Structure/Instructions/Instrs/Memory/I32Load.php
@@ -12,7 +12,7 @@ final readonly class I32Load extends Instr
* @param U32 $offset
* @param U32 $align
*/
- public function __construct(
+ protected function __construct(
public int $offset,
public int $align,
) {