forked from x2on/libssh2-for-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharmasm.diff
More file actions
13 lines (13 loc) · 701 Bytes
/
Copy patharmasm.diff
File metadata and controls
13 lines (13 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mpi/longlong.h 2005-07-29 13:31:17.000000000 +0000
+++ mpi/longlong.h 2008-01-01 11:09:27.000000000 +0000
@@ -225,8 +225,8 @@
: "r0", "r1", "r2")
#else
#define umul_ppmm(xh, xl, a, b) \
- __asm__ ("%@ Inlined umul_ppmm\n" \
- "umull %r1, %r0, %r2, %r3" \
+ __asm__ ("@ Inlined umul_ppmm\n" \
+ "umull %1, %0, %2, %3" \
: "=&r" ((USItype)(xh)), \
"=r" ((USItype)(xl)) \
: "r" ((USItype)(a)), \