summaryrefslogtreecommitdiffstats
path: root/stand
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-04-06 19:11:58 +0000
committerkevans <kevans@FreeBSD.org>2018-04-06 19:11:58 +0000
commit84866047ccb75cc68856381bec657ef8586c24db (patch)
tree5f8e039c340f8f4f2238c788622c570a97f672d2 /stand
parentf873763dc64cde13b1fbe2f6ac6edbea21839aa8 (diff)
downloadFreeBSD-src-84866047ccb75cc68856381bec657ef8586c24db.zip
FreeBSD-src-84866047ccb75cc68856381bec657ef8586c24db.tar.gz
MFC r329758: Fix compilation with LOADER_DEBUG defined after r329725.
Diffstat (limited to 'stand')
-rw-r--r--stand/sparc64/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/sparc64/loader/main.c b/stand/sparc64/loader/main.c
index 3ea2058..4843aa9 100644
--- a/stand/sparc64/loader/main.c
+++ b/stand/sparc64/loader/main.c
@@ -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],
OpenPOWER on IntegriCloud