(INSERT_WORDS64): Fix argument order.
This commit is contained in:
parent
321029f1c3
commit
2e9337f58a
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-03 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* math/math_private.h (INSERT_WORDS64): Fix argument order.
|
||||||
|
|
||||||
2010-03-03 Aurelien Jarno <aurelien@aurel32.net>
|
2010-03-03 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
|
* sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
|
||||||
|
@ -111,7 +111,7 @@ do { \
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
/* Get all in one, efficient on 64-bit machines. */
|
/* Get all in one, efficient on 64-bit machines. */
|
||||||
#define INSERT_WORDS64(i,d) \
|
#define INSERT_WORDS64(d,i) \
|
||||||
do { \
|
do { \
|
||||||
ieee_double_shape_type iw_u; \
|
ieee_double_shape_type iw_u; \
|
||||||
iw_u.word = (i); \
|
iw_u.word = (i); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user