From 996259e6a1a04f91179d2b83cc19e3fbb371cd33 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 26 Feb 2024 13:21:22 +0900 Subject: feat: implement some of instructions --- src/Execution/GlobalInst.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Execution/GlobalInst.php') diff --git a/src/Execution/GlobalInst.php b/src/Execution/GlobalInst.php index 47bd9a0..5595b45 100644 --- a/src/Execution/GlobalInst.php +++ b/src/Execution/GlobalInst.php @@ -6,10 +6,10 @@ namespace Nsfisis\Waddiwasi\Execution; use Nsfisis\Waddiwasi\Structure\Types\GlobalType; -final readonly class GlobalInst +final class GlobalInst { public function __construct( - public GlobalType $type, + public readonly GlobalType $type, public Val $value, ) { } -- cgit v1.2.3-70-g09d2