From fcafc63f3d5ce250e404871571aa3b26aeae6611 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 11 Jul 2025 22:03:00 -0700 Subject: inline assembly: use types until now these were stringly typed. it's kinda obvious when you think about it. --- src/Zcu/PerThread.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Zcu/PerThread.zig') diff --git a/src/Zcu/PerThread.zig b/src/Zcu/PerThread.zig index 1be84d964f..dc2308add1 100644 --- a/src/Zcu/PerThread.zig +++ b/src/Zcu/PerThread.zig @@ -635,6 +635,7 @@ pub fn ensureMemoizedStateUpToDate(pt: Zcu.PerThread, stage: InternPool.Memoized .main => .Type, .panic => .panic, .va_list => .VaList, + .assembly => .assembly, }; if (zcu.builtin_decl_values.get(to_check) != .none) return; } -- cgit v1.2.3