Author: andrew
Date: Sat Dec 15 21:06:14 2012
New Revision: 244273
URL: http://svnweb.freebsd.org/changeset/base/244273

Log:
  Fix a comment in an asm block to work with compilers other than GCC

Modified:
  head/contrib/gcc/longlong.h

Modified: head/contrib/gcc/longlong.h
==============================================================================
--- head/contrib/gcc/longlong.h Sat Dec 15 20:04:24 2012        (r244272)
+++ head/contrib/gcc/longlong.h Sat Dec 15 21:06:14 2012        (r244273)
@@ -205,7 +205,7 @@ UDItype __umulsidi3 (USItype, USItype);
             "rI" ((USItype) (bl)) __CLOBBER_CC)
 #define umul_ppmm(xh, xl, a, b) \
 {register USItype __t0, __t1, __t2;                                    \
-  __asm__ ("%@ Inlined umul_ppmm\n"                                    \
+  __asm__ ("/* Inlined umul_ppmm */\n"                                 \
           "    mov     %2, %5, lsr #16\n"                              \
           "    mov     %0, %6, lsr #16\n"                              \
           "    bic     %3, %5, %2, lsl #16\n"                          \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to