summaryrefslogtreecommitdiff
path: root/math/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/math_private.h')
-rw-r--r--math/math_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math_private.h b/math/math_private.h
index fade7e1181..e5ca61f0b8 100644
--- a/math/math_private.h
+++ b/math/math_private.h
@@ -111,7 +111,7 @@ do { \
} while (0)
/* Get all in one, efficient on 64-bit machines. */
-#define INSERT_WORDS64(i,d) \
+#define INSERT_WORDS64(d,i) \
do { \
ieee_double_shape_type iw_u; \
iw_u.word = (i); \