aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.c b/src/ast.c
index ad905ae..246cfef 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -691,6 +691,7 @@ static size_t struct_size(struct type *t)
size += sz;
}
+ size = align3k(size);
t->size = (ssize_t)size;
return size;
}