summaryrefslogtreecommitdiff
path: root/libc/sysdeps/sh/sh4/fpu/feenablxcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/sh/sh4/fpu/feenablxcpt.c')
-rw-r--r--libc/sysdeps/sh/sh4/fpu/feenablxcpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/sh/sh4/fpu/feenablxcpt.c b/libc/sysdeps/sh/sh4/fpu/feenablxcpt.c
index 93fa7498e..6d92c12bf 100644
--- a/libc/sysdeps/sh/sh4/fpu/feenablxcpt.c
+++ b/libc/sysdeps/sh/sh4/fpu/feenablxcpt.c
@@ -23,7 +23,7 @@
int
feenableexcept (int excepts)
{
- unsigned int temp, old_flag;
+ fpu_control_t temp, old_flag;
/* Get current exceptions. */
_FPU_GETCW (temp);