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