From 99af8891f6672493939bf3b43084082884e28d04 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 17 Jul 2026 04:37:37 -0400 Subject: fix scope thing --- scope.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scope.h') diff --git a/scope.h b/scope.h index 2dfa110..dfbb2c1 100644 --- a/scope.h +++ b/scope.h @@ -8,6 +8,7 @@ struct storage_location { STO_STACK, STO_IMM, STO_FN, + STO_UNRESOLVED, } type; union { const struct reg* reg; -- cgit v1.2.3