Author: marius
Date: Sat Feb 13 19:17:06 2010
New Revision: 203846
URL: http://svn.freebsd.org/changeset/base/203846

Log:
  Predict KASSERTs to be true.

Modified:
  head/sys/sparc64/include/asmacros.h

Modified: head/sys/sparc64/include/asmacros.h
==============================================================================
--- head/sys/sparc64/include/asmacros.h Sat Feb 13 19:05:34 2010        
(r203845)
+++ head/sys/sparc64/include/asmacros.h Sat Feb 13 19:17:06 2010        
(r203846)
@@ -107,7 +107,7 @@
 
 #ifdef INVARIANTS
 #define        KASSERT(r1, msg) \
-       brnz    r1, 8f ; \
+       brnz,pt r1, 8f ; \
         nop ; \
        PANIC(msg, r1) ; \
 8:
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to