Skip to content

fwk: Replace base alignment reference type with max_align_t

Chris Kay requested to merge github/fork/CJKay/master into master

This commit replaces uses of uintmax_t with max_align_t where the purpose is to identify the largest possible alignment of any type.

Change-Id: I3be23f36f45a6c9f767314debfe81251abefc78e Signed-off-by: Chris Kay chris.kay@arm.com

Merge request reports