]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print pointers with %p instead of casting them to an unsigned int and
authorjhb <jhb@FreeBSD.org>
Thu, 7 Nov 2002 21:19:47 +0000 (21:19 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 7 Nov 2002 21:19:47 +0000 (21:19 +0000)
commit03fe039475ad8f772826c68c33e81f458d83e909
tree83c6cffcbd2ac5ae45d1d19e22ab0638dc2165e3
parent3eba31622870483c77989f583e33b09d254b6246
Print pointers with %p instead of casting them to an unsigned int and
then printing them with 0x%x which doesn't work when sizeof(void *) >
sizeof(int).
sys/dev/tdfx/tdfx_pci.c