diff options
Diffstat (limited to 'sysdeps/hppa/fpu/fegetexcept.c')
-rw-r--r-- | sysdeps/hppa/fpu/fegetexcept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/fpu/fegetexcept.c b/sysdeps/hppa/fpu/fegetexcept.c index 1a82886433..8198cc5ff9 100644 --- a/sysdeps/hppa/fpu/fegetexcept.c +++ b/sysdeps/hppa/fpu/fegetexcept.c @@ -22,7 +22,7 @@ int fegetexcept (void) { - union { unsigned long long l; unsigned int sw[2] } s; + union { unsigned long long l; unsigned int sw[2]; } s; /* Get the current status word. */ __asm__ ("fstd %%fr0,0(%1) \n\t" |