mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Coerce lowering for the C ABI updated. Updated aarch64 fixes.
This commit is contained in:
committed by
Christoffer Lerno
parent
d26986afeb
commit
efe4f8c745
@@ -571,7 +571,7 @@ bool type_is_homogenous_aggregate(Type *type, Type **base, unsigned *elements)
|
||||
break;
|
||||
case ALL_SIGNED_INTS:
|
||||
// Lower signed to unsigned
|
||||
type = type_int_unsigned_by_bitsize(type->builtin.bytesize);
|
||||
type = type_int_unsigned_by_bitsize(type->builtin.bitsize);
|
||||
break;
|
||||
case ALL_UNSIGNED_INTS:
|
||||
case ALL_REAL_FLOATS:
|
||||
|
||||
Reference in New Issue
Block a user