summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2021-03-08 20:50:45 +0100
committerTorbjorn Granlund <tg@gmplib.org>2021-03-08 20:50:45 +0100
commit7416297d29e3af3ca9db84725a3d79388e9ff1c2 (patch)
tree89d40e1664c10fd1823416ce5c9645e1a6e49a76 /longlong.h
parent798625e18d65d28740e92006cea8b90ca1f1c559 (diff)
downloadgmp-7416297d29e3af3ca9db84725a3d79388e9ff1c2.tar.gz
(68000 umul_ppmm): Add an early-clobber &.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index 9c4bd302c..42515aec8 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1211,7 +1211,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
" addx%.l %2,%0\n" \
" | End inlined umul_ppmm" \
: "=&d" (xh), "=&d" (xl), \
- "=d" (__umul_tmp1), "=&d" (__umul_tmp2) \
+ "=&d" (__umul_tmp1), "=&d" (__umul_tmp2) \
: "%2" ((USItype)(a)), "d" ((USItype)(b))); \
} while (0)
#endif /* not mc68020 */