summaryrefslogtreecommitdiff
path: root/sysdeps/alpha/soft-fp/ots_cvtqx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/soft-fp/ots_cvtqx.c')
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtqx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/alpha/soft-fp/ots_cvtqx.c b/sysdeps/alpha/soft-fp/ots_cvtqx.c
index f062a081ec..ab81149910 100644
--- a/sysdeps/alpha/soft-fp/ots_cvtqx.c
+++ b/sysdeps/alpha/soft-fp/ots_cvtqx.c
@@ -30,9 +30,9 @@ _OtsCvtQX (long a)
{
FP_DECL_EX;
FP_DECL_Q(C);
- FP_DECL_RETURN(c);
+ AXP_DECL_RETURN_Q(c);
FP_FROM_INT_Q(C, a, 64, unsigned long);
- FP_PACK_RAW_Q(c, C);
- FP_RETURN(c);
+ AXP_PACK_RAW_Q(c, C);
+ AXP_RETURN_Q(c);
}