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 7aac13afb09a..e88e125e01c2 100644 --- a/arch/mips/math-emu/sp_fint.c +++ b/arch/mips/math-emu/sp_fint.c | |||
| @@ -29,7 +29,9 @@ | |||
| 29 | 29 | ||
| 30 | ieee754sp ieee754sp_fint(int x) | 30 | ieee754sp ieee754sp_fint(int x) |
| 31 | { | 31 | { |
| 32 | COMPXSP; | 32 | unsigned xm; |
| 33 | int xe; | ||
| 34 | int xs; | ||
| 33 | 35 | ||
| 34 | CLEARCX; | 36 | CLEARCX; |
| 35 | 37 | ||
