aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/hppa/fpu/ftestexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/fpu/ftestexcept.c')
-rw-r--r--sysdeps/hppa/fpu/ftestexcept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/fpu/ftestexcept.c b/sysdeps/hppa/fpu/ftestexcept.c
index ed0476e..091ebfb 100644
--- a/sysdeps/hppa/fpu/ftestexcept.c
+++ b/sysdeps/hppa/fpu/ftestexcept.c
@@ -22,7 +22,7 @@
int
fetestexcept (int excepts)
{
- 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"