aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dp_fint.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_fint.c')
-rw-r--r--arch/mips/math-emu/dp_fint.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_fint.c b/arch/mips/math-emu/dp_fint.c
index a1962eb460f..39a71de16f4 100644
--- a/arch/mips/math-emu/dp_fint.c
+++ b/arch/mips/math-emu/dp_fint.c
@@ -29,7 +29,9 @@
ieee754dp ieee754dp_fint(int x)
{
- COMPXDP;
+ u64 xm;
+ int xe;
+ int xs;
CLEARCX;