Unbreak the build on 64-bit architectures.

This commit is contained in:
des 2005-04-16 12:37:16 +00:00
parent 4c910ae59c
commit 323756ea97

View File

@ -130,7 +130,8 @@ vm_pageq_add_new_page(vm_paddr_t pa)
break;
}
if (pa == trunc_page(bad)) {
printf("Skipping page with pa 0x%x\n", pa);
printf("Skipping page with pa 0x%jx\n",
(uintmax_t)pa);
freeenv(list);
return (NULL);
}