summaryrefslogtreecommitdiff
path: root/mpf/get_d_2exp.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2003-12-12 00:34:26 +0100
committertege <tege@gmplib.org>2003-12-12 00:34:26 +0100
commit83b9decf6d37d6873e800fa1a062536d56b45a19 (patch)
treed6953813e842571b80656b8fd3e51e8f5cacd8fc /mpf/get_d_2exp.c
parent3bc5802888e13042c3443cb7ca24d43ca6cdcf9e (diff)
downloadgmp-83b9decf6d37d6873e800fa1a062536d56b45a19.tar.gz
Change asm => __asm__.
Diffstat (limited to 'mpf/get_d_2exp.c')
-rw-r--r--mpf/get_d_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/get_d_2exp.c b/mpf/get_d_2exp.c
index a5a6f770b..f944033b5 100644
--- a/mpf/get_d_2exp.c
+++ b/mpf/get_d_2exp.c
@@ -55,7 +55,7 @@ mpf_get_d_2exp (signed long int *exp2, mpf_srcptr src)
rounding takes place now and won't become 1.0 in the caller. */
#if (HAVE_HOST_CPU_FAMILY_m68k || HAVE_HOST_CPU_FAMILY_x86) \
&& defined (__GNUC__)
- asm ("" : "=m" (res) : "0" (res));
+ __asm__ ("" : "=m" (res) : "0" (res));
#endif
/* if hardware floats are in round upwards mode then res might be 1.0 */