HomeFreeBSD

Fix casting error from newer gcc

Description

Fix casting error from newer gcc

Cast the pointers to (uintptr_t) before assigning to type
uint64_t. This eliminates an error from gcc when we cast the pointer
to a larger integer type.

Details

Provenance
impAuthored on
Parents
rS353367: Don't compile old gcc 4.2.1 archs by default in universe/tinderbox.
Branches
Unknown
Tags
Unknown