diff options
| -rw-r--r-- | src/ast.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -691,6 +691,7 @@ static size_t struct_size(struct type *t) size += sz; } + size = align3k(size); t->size = (ssize_t)size; return size; } |
![]() |
index : ek | |
| BORED - Compiler for triscv | kimi.h.kuparinen+ek@gmail.com |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/ast.c | 1 |
@@ -691,6 +691,7 @@ static size_t struct_size(struct type *t) size += sz; } + size = align3k(size); t->size = (ssize_t)size; return size; } |