]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix integer type and format in debug print
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 3 Nov 2017 03:13:15 +0000 (03:13 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 3 Nov 2017 03:13:15 +0000 (03:13 +0000)
commit22c0aec3cc693b46e20e334a3c72e7738f557c03
tree5845c3b8b6cde9f114aca991e3e122abc37e7728
parent48cb256902fa5d663375ba6386d684ea7c8db7e3
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.
sys/powerpc/mpc85xx/lbc.c