mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
More int != pointer stuff.
This commit is contained in:
parent
e6e142398f
commit
cb27d4c7cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106519
@ -539,8 +539,9 @@ bktr_store_address(unit, BKTR_MEM_BUF, buf);
|
||||
|
||||
|
||||
if ( bootverbose ) {
|
||||
printf("%s: buffer size %d, addr 0x%x\n",
|
||||
bktr_name(bktr), BROOKTREE_ALLOC, vtophys(buf));
|
||||
printf("%s: buffer size %d, addr %p\n",
|
||||
bktr_name(bktr), BROOKTREE_ALLOC,
|
||||
(void *)(uintptr_t)vtophys(buf));
|
||||
}
|
||||
|
||||
if ( buf != 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user