From ddcca62a276c528a4390c8e3d58403b865f81869 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 13 Aug 2022 20:53:39 +0200 Subject: ok.. --- bootstrap/cgen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/cgen.c') diff --git a/bootstrap/cgen.c b/bootstrap/cgen.c index 8b7b710..5a1180d 100644 --- a/bootstrap/cgen.c +++ b/bootstrap/cgen.c @@ -585,6 +585,7 @@ liftdecl(struct decl *decl) { if (cache->args.d[i].typ) lifttype(cache->args.d[i].ty); } + lifttype(cache->ty); } default: break; -- cgit v1.2.3