See the comment in /usr/src/sys/compat/netbsd32/netbsd32.h: * NETBSD32_POINTER_TYPE * - 32-bit pointer type, normally uint32_t but can be int32_t * for platforms which rely on sign-extension of pointers * such as SH-5. * eg: #define NETBSD32_POINTER_TYPE uint32_t And then: mips and riscv use int32_t and the rest use uint32_t. christos |
Attachment:
signature.asc
Description: Message signed with OpenPGP