svn commit: r332134 - stable/11/stand/sparc64/loader

Kyle Evans kevans at FreeBSD.org
Fri Apr 6 19:11:58 UTC 2018


Author: kevans
Date: Fri Apr  6 19:11:58 2018
New Revision: 332134
URL: https://svnweb.freebsd.org/changeset/base/332134

Log:
  MFC r329758: Fix compilation with LOADER_DEBUG defined after r329725.

Modified:
  stable/11/stand/sparc64/loader/main.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/sparc64/loader/main.c
==============================================================================
--- stable/11/stand/sparc64/loader/main.c	Fri Apr  6 19:11:22 2018	(r332133)
+++ stable/11/stand/sparc64/loader/main.c	Fri Apr  6 19:11:58 2018	(r332134)
@@ -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],


More information about the svn-src-all mailing list