HomeFreeBSD

Fix integer type and format in debug print

Description

Fix integer type and format in debug print

gcc complains "cast to pointer from integer of different size". phandle_t is
*always* a uint32_t, so treat it as such, not as a pointer. Fixes 64-bit build.

Details

Provenance
jhibbitsAuthored on
Parents
rS325351: AUTO_OBJ: If the wanted .OBJDIR was not used then disable the feature.
Branches
Unknown
Tags
Unknown