diff options
Diffstat (limited to 'ports/sysdeps/hppa/fpu/fedisblxcpt.c')
-rw-r--r-- | ports/sysdeps/hppa/fpu/fedisblxcpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/fpu/fedisblxcpt.c b/ports/sysdeps/hppa/fpu/fedisblxcpt.c index de03bc9425..6d80b02099 100644 --- a/ports/sysdeps/hppa/fpu/fedisblxcpt.c +++ b/ports/sysdeps/hppa/fpu/fedisblxcpt.c @@ -22,7 +22,7 @@ int fedisableexcept (int excepts) { - union { unsigned long long l; unsigned int sw[2]; } s; + union { unsigned long long l; unsigned int sw[2]; } s; unsigned int old_exc; /* Get the current status word. */ |