HomeFreeBSD

Cast using uintfptr_t and eliminate the cast to uint64_t which is uneeded

Description

Cast using uintfptr_t and eliminate the cast to uint64_t which is uneeded
because rounding down cannot increase the number of bits needed to express
the result.

I had no idea there was such a thing as uintfptr_t.

Requested by: bde

Details

Provenance
ianAuthored on
Parents
rS293774: sfxge: regenerate MCDI header
Branches
Unknown
Tags
Unknown