On Feb 21, 2018 3:25 PM, "Marius Strobl" <[email protected]> wrote:

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.


Ill add tbat to my regression suit. Sorry for the breakage.

Warner

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],
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to