1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Fix compilation with LOADER_DEBUG defined after r329725.

This commit is contained in:
Marius Strobl 2018-02-21 22:24:49 +00:00
parent 1ea2995427
commit 603fe87c56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329758

View File

@ -938,7 +938,7 @@ static const char *const page_sizes[] = {
static void
pmap_print_tte_sun4u(tte_t tag, tte_t tte)
{
printf("%s %s ",
page_sizes[(tte >> TD_SIZE_SHIFT) & TD_SIZE_MASK],