From 86242b6cc1f53a86fcce1312211d3232661bf454 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 17 Aug 2022 13:10:45 +0200 Subject: collatz checks --- bootstrap/types.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap/types.c') diff --git a/bootstrap/types.c b/bootstrap/types.c index 788f001..fb5b50b 100644 --- a/bootstrap/types.c +++ b/bootstrap/types.c @@ -320,6 +320,7 @@ arraydecay(const struct type *ty) { return ty; ty2.t = TYptr; + ty2.align = ty2.size = g_targ.ptrsize; return interntype(ty2); } -- cgit v1.2.3