From 2890206e6e173b6f1362aebd4f183195480739a2 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sat, 15 Dec 2012 21:06:14 +0000 Subject: [PATCH] Fix a comment in an asm block to work with compilers other than GCC --- contrib/gcc/longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gcc/longlong.h b/contrib/gcc/longlong.h index a789d1673f7b..f91eb52eb300 100644 --- a/contrib/gcc/longlong.h +++ b/contrib/gcc/longlong.h @@ -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" \