X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fmips%2Fmath-emu%2Fsp_fint.c;h=e88e125e01c2f394b2dcf4d97730207a11cc0d0d;hb=2edc322d420a4cec8dbc184a1220ecd7fa9f8ae6;hp=7aac13afb09a6b2b706507611501da910337949d;hpb=2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe;p=powerpc.git diff --git a/arch/mips/math-emu/sp_fint.c b/arch/mips/math-emu/sp_fint.c index 7aac13afb0..e88e125e01 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;