From 1d67c69a6e290b2ae5b83d058299f3872dddbe7e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 3 Mar 2001 19:38:14 +0000 Subject: * longlong.h (umul_ppmm): Don't use a multiline string. From-SVN: r40219 --- gcc/longlong.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/longlong.h') diff --git a/gcc/longlong.h b/gcc/longlong.h index e4d9629..0d9838b 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -916,8 +916,7 @@ UDItype __umulsidi3 (USItype, USItype); ({union {UDItype __ll; \ struct {USItype __h, __l;} __i; \ } __xx; \ - __asm__ ("movw %1,%R0 - uemul %2,%0" \ + __asm__ ("movw %1,%R0\n\tuemul %2,%0" \ : "=&r" (__xx.__ll) \ : "g" ((USItype) (u)), \ "g" ((USItype) (v))); \ -- cgit v1.1