diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:59:33 +0000 |
| commit | f3c549ad2d6056d81ad709040f485a5b3b14ac79 (patch) | |
| tree | fb00d87f25aa2f07767ce0f6dd6b6cd255968ea6 /libc/sysdeps/linux/m68k/fpu_control.h | |
| parent | 3d17dd647a04ad0837b063a610520fb6defb2d8d (diff) | |
| download | uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.bz2 uClibc-alpine-f3c549ad2d6056d81ad709040f485a5b3b14ac79.tar.xz | |
Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with trunk
Diffstat (limited to 'libc/sysdeps/linux/m68k/fpu_control.h')
| -rw-r--r-- | libc/sysdeps/linux/m68k/fpu_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/fpu_control.h b/libc/sysdeps/linux/m68k/fpu_control.h index 484bad3b9..040e62c94 100644 --- a/libc/sysdeps/linux/m68k/fpu_control.h +++ b/libc/sysdeps/linux/m68k/fpu_control.h @@ -93,7 +93,7 @@ typedef unsigned int fpu_control_t __attribute__ ((__mode__ (__SI__))); /* Macros for accessing the hardware control word. */ #define _FPU_GETCW(cw) __asm__ ("fmove%.l %!, %0" : "=dm" (cw)) -#define _FPU_SETCW(cw) __asm__ volatile ("fmove%.l %0, %!" : : "dm" (cw)) +#define _FPU_SETCW(cw) __asm__ __volatile__ ("fmove%.l %0, %!" : : "dm" (cw)) #if 0 /* Default control word set at startup. */ |
