summaryrefslogtreecommitdiff
path: root/gcc/longlong.h
diff options
context:
space:
mode:
authorraeburn <raeburn@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-31 16:37:52 +0000
committerraeburn <raeburn@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-31 16:37:52 +0000
commit9158698b463ff2dc98e077a99b4f83326551f9c2 (patch)
tree8fd2fab61d18fcc5f9edc47700fdbdbedce11c53 /gcc/longlong.h
parenta6a1ab64c42b1a126a51c85d414e26831dc3647d (diff)
downloadgcc-9158698b463ff2dc98e077a99b4f83326551f9c2.tar.gz
(umul_ppmm mc68000): Use %# instead of #.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r--gcc/longlong.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h
index e811c736cd1..73a80f73af4 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