diff options
Diffstat (limited to 'arch/mips/math-emu/sp_fint.c')
-rw-r--r-- | arch/mips/math-emu/sp_fint.c | 4 |
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 7aac13afb09..e88e125e01c 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; |