diff options
Diffstat (limited to 'bootstrap/cgen.c')
| -rw-r--r-- | bootstrap/cgen.c | 1 |
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; |