HomeFreeBSD

freebsd32: fix type size of pointer array args

Description

freebsd32: fix type size of pointer array args

Make pointers to arrays of pointers uint32_t * so the sizes of the
array elements are correct. In an ideal world we'd use something
like __ptr32 annotations instead.

Reviewed by: kevans

Details

Provenance
brooksAuthored on Nov 17 2021, 8:12 PM
Parents
rG465b80c04a77: freebsd32: thread IDs are int32_t
Branches
Unknown
Tags
Unknown