In article <20180717115555.5b119f...@cvs.netbsd.org>, Joerg Sonnenberger <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: joerg >Date: Tue Jul 17 11:55:55 UTC 2018 > >Modified Files: > src/sys/arch/aarch64/include: types.h > >Log Message: >Be consistent and explicitly size register32_t too.
The reason I did not do that (I don't disagree with the change though) is that in reg.h they are declared as unsigned int, not __uint32_t. christos