svn commit: r329758 - head/stand/sparc64/loader

Marius Strobl marius at FreeBSD.org
Wed Feb 21 22:24:50 UTC 2018


Author: marius
Date: Wed Feb 21 22:24:49 2018
New Revision: 329758
URL: https://svnweb.freebsd.org/changeset/base/329758

Log:
  Fix compilation with LOADER_DEBUG defined after r329725.

Modified:
  head/stand/sparc64/loader/main.c

Modified: head/stand/sparc64/loader/main.c
==============================================================================
--- head/stand/sparc64/loader/main.c	Wed Feb 21 22:14:19 2018	(r329757)
+++ head/stand/sparc64/loader/main.c	Wed Feb 21 22:24:49 2018	(r329758)
@@ -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