| Submitter | Andreas Krebbel |
|---|---|
| Date | June 6, 2011, 2:36 p.m. |
| Message ID | <20110606143634.GA10946@bart> |
| Download | mbox | patch |
| Permalink | /patch/98935/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc-4.6/gcc/longlong.h =================================================================== --- gcc-4.6.orig/gcc/longlong.h +++ gcc-4.6/gcc/longlong.h @@ -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 { \