summaryrefslogtreecommitdiff
path: root/ports/sysdeps/mips/fpu/fesetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/mips/fpu/fesetround.c')
-rw-r--r--ports/sysdeps/mips/fpu/fesetround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/fpu/fesetround.c b/ports/sysdeps/mips/fpu/fesetround.c
index 94771092c..c28bd603c 100644
--- a/ports/sysdeps/mips/fpu/fesetround.c
+++ b/ports/sysdeps/mips/fpu/fesetround.c
@@ -24,7 +24,7 @@
int
fesetround (int round)
{
- unsigned short int cw;
+ fpu_control_t cw;
if ((round & ~0x3) != 0)
/* ROUND is no valid rounding mode. */