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

This commit is contained in:
Andrew Turner 2012-12-15 21:06:14 +00:00
parent 68eba526b9
commit 2890206e6e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244273

View File

@ -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" \