From 3702e772d72cb46c6cb13e21d570427bd0b4e493 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Mar 2024 23:11:23 +0900 Subject: perf: make Val to primitive --- src/Execution/GlobalInst.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Execution/GlobalInst.php') diff --git a/src/Execution/GlobalInst.php b/src/Execution/GlobalInst.php index 5595b45..08b621e 100644 --- a/src/Execution/GlobalInst.php +++ b/src/Execution/GlobalInst.php @@ -10,7 +10,7 @@ final class GlobalInst { public function __construct( public readonly GlobalType $type, - public Val $value, + public int|float|Ref $value, ) { } } -- cgit v1.2.3-70-g09d2