aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/cgen.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-13 20:53:39 +0200
committerlemon <lsof@mailbox.org>2022-08-13 20:53:39 +0200
commitddcca62a276c528a4390c8e3d58403b865f81869 (patch)
tree3d563e173a18095501f61f3b30e39cf62b4ff521 /bootstrap/cgen.c
parenta4ddca68662f4bc0531763357b4bc00b6c50b456 (diff)
ok..
Diffstat (limited to 'bootstrap/cgen.c')
-rw-r--r--bootstrap/cgen.c1
1 files changed, 1 insertions, 0 deletions
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;