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