aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh/sh4/fpu/feenablxcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/sh4/fpu/feenablxcpt.c')
-rw-r--r--sysdeps/sh/sh4/fpu/feenablxcpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/sh4/fpu/feenablxcpt.c b/sysdeps/sh/sh4/fpu/feenablxcpt.c
index 93fa749..6d92c12 100644
--- a/sysdeps/sh/sh4/fpu/feenablxcpt.c
+++ b/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);