aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/sp_fint.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/sp_fint.c')
-rw-r--r--arch/mips/math-emu/sp_fint.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_fint.c b/arch/mips/math-emu/sp_fint.c
index 7aac13afb09a..e88e125e01c2 100644
--- a/arch/mips/math-emu/sp_fint.c
+++ b/arch/mips/math-emu/sp_fint.c
@@ -29,7 +29,9 @@
ieee754sp ieee754sp_fint(int x)
{
- COMPXSP;
+ unsigned xm;
+ int xe;
+ int xs;
CLEARCX;