From b24b1d788c3b3c69d89014e8587b24a8e40714b1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 31 Mar 1995 16:37:52 +0000 Subject: (umul_ppmm mc68000): Use %# instead of #. From-SVN: r9276 --- gcc/longlong.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/longlong.h b/gcc/longlong.h index e811c73..73a80f7 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -452,7 +452,7 @@ : "=d" ((USItype)(count)) \ : "od" ((USItype)(x)), "n" (0)) #else /* not mc68020 */ -/* %/ inserts REGISTER_PREFIX. */ +/* %/ inserts REGISTER_PREFIX, %# inserts IMMEDIATE_PREFIX. */ #define umul_ppmm(xh, xl, a, b) \ __asm__ ("| Inlined umul_ppmm move%.l %2,%/d0 @@ -472,9 +472,9 @@ add%.l %/d0,%/d2 add%.l %/d3,%/d2 jcc 1f - add%.l #65536,%/d1 + add%.l %#65536,%/d1 1: swap %/d2 - moveq #0,%/d0 + moveq %#0,%/d0 move%.w %/d2,%/d0 move%.w %/d4,%/d2 move%.l %/d2,%1 -- cgit v1.1