aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh/sh4/fpu/fedisblxcpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/sh4/fpu/fedisblxcpt.c')
-rw-r--r--sysdeps/sh/sh4/fpu/fedisblxcpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/sh4/fpu/fedisblxcpt.c b/sysdeps/sh/sh4/fpu/fedisblxcpt.c
index 029fcc3..b2938ba 100644
--- a/sysdeps/sh/sh4/fpu/fedisblxcpt.c
+++ b/sysdeps/sh/sh4/fpu/fedisblxcpt.c
@@ -23,7 +23,7 @@
int
fedisableexcept (int excepts)
{
- unsigned int temp, old_exc;
+ fpu_control_t temp, old_exc;
/* Get the current control register contents. */
_FPU_GETCW (temp);