From 900377463a8264871ee42e488112b076b7973b6a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jan 2024 13:22:56 +0900 Subject: feat: partially implement execution --- src/Structure/Instructions/Instrs/Memory/I64Load16U.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Structure/Instructions/Instrs/Memory/I64Load16U.php') diff --git a/src/Structure/Instructions/Instrs/Memory/I64Load16U.php b/src/Structure/Instructions/Instrs/Memory/I64Load16U.php index 171ed96..f93b42b 100644 --- a/src/Structure/Instructions/Instrs/Memory/I64Load16U.php +++ b/src/Structure/Instructions/Instrs/Memory/I64Load16U.php @@ -12,7 +12,7 @@ final readonly class I64Load16U extends Instr * @param U32 $offset * @param U32 $align */ - public function __construct( + protected function __construct( public int $offset, public int $align, ) { -- cgit v1.2.3-70-g09d2