Commit 1d67c69a by Neil Booth Committed by Neil Booth

* longlong.h (umul_ppmm): Don't use a multiline string.

From-SVN: r40219
parent f6242907
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* longlong.h (umul_ppmm): Don't use a multiline string.
2001-03-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
* fixinc/fixlib.h (t_bool): Add identifier `t_bool' in typedef.
......
......@@ -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))); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment