mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
S/390 longlong.h: Fix smul_ppmm with -m31 -mzarch
This commit is contained in:
committed by
Ulrich Drepper
parent
069e52f836
commit
5a31b2836d
@ -349,7 +349,7 @@ UDItype __umulsidi3 (USItype, USItype);
|
||||
__asm__ ("mr\t%%r0,%3" \
|
||||
: "=r" (r0), "=r" (r1) \
|
||||
: "r" (r1), "r" (m1)); \
|
||||
(xh) = r1; (xl) = r0; \
|
||||
(xh) = r0; (xl) = r1; \
|
||||
} while (0)
|
||||
#define sdiv_qrnnd(q, r, n1, n0, d) \
|
||||
do { \
|
||||
|
Reference in New Issue
Block a user