diff options
Diffstat (limited to 'lib/msun/ia64')
-rw-r--r-- | lib/msun/ia64/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ia64/fenv.h b/lib/msun/ia64/fenv.h index f1415f1bf7f9..98992b189176 100644 --- a/lib/msun/ia64/fenv.h +++ b/lib/msun/ia64/fenv.h @@ -61,7 +61,7 @@ extern const fenv_t __fe_dfl_env; #define _FPUSW_SHIFT 13 #define __stfpsr(__r) __asm __volatile("mov %0=ar.fpsr" : "=r" (*(__r))) -#define __ldfpsr(__r) __asm __volatile("mov ar.fpsr=%0" : : "r" (__r)) +#define __ldfpsr(__r) __asm __volatile("mov ar.fpsr=%0;;" : : "r" (__r)) static __inline int feclearexcept(int __excepts) |