Small fixes

This commit is contained in:
Christoffer Lerno
2020-12-22 21:59:28 +01:00
parent 4da36dfed9
commit 9a0b8aab0b
6 changed files with 16 additions and 11 deletions

View File

@@ -567,7 +567,7 @@ bool type_is_homogenous_aggregate(Type *type, Type **base, unsigned *elements)
return type_homogenous_aggregate_small_enough(type, *elements);
}
unsigned int type_alloca_alignment(Type *type)
AlignSize type_alloca_alignment(Type *type)
{
return type_abi_alignment(type);
}