diff options
Diffstat (limited to 'sysdeps/hppa/fpu/ftestexcept.c')
-rw-r--r-- | sysdeps/hppa/fpu/ftestexcept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/fpu/ftestexcept.c b/sysdeps/hppa/fpu/ftestexcept.c index ed0476e582..091ebfb9b2 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" |