From 814e5197439fbf2b404e8e66f3c6dd6e5ed39776 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Mar 2024 22:42:58 +0900 Subject: perf: make *Addr/*Idx to primitive int --- src/Execution/Refs/RefExtern.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Execution/Refs/RefExtern.php') diff --git a/src/Execution/Refs/RefExtern.php b/src/Execution/Refs/RefExtern.php index 4beccb4..8c0509d 100644 --- a/src/Execution/Refs/RefExtern.php +++ b/src/Execution/Refs/RefExtern.php @@ -4,13 +4,12 @@ declare(strict_types=1); namespace Nsfisis\Waddiwasi\Execution\Refs; -use Nsfisis\Waddiwasi\Execution\ExternAddr; use Nsfisis\Waddiwasi\Execution\Ref; final readonly class RefExtern extends Ref { public function __construct( - public ExternAddr $addr, + public int $addr, ) { } } -- cgit v1.2.3-70-g09d2