X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fmips%2Fmath-emu%2Fdp_fint.c;h=39a71de16f47ed8ccfaadc575f2330a0a3dcbadb;hb=48a67f5da1e605c0ec0534cb003ca0cd114f3d1b;hp=a1962eb460f827f5d9dfc24dd0739159333d9a54;hpb=944d79559d154c12becde0dab327016cf438f46c;p=powerpc.git diff --git a/arch/mips/math-emu/dp_fint.c b/arch/mips/math-emu/dp_fint.c index a1962eb460..39a71de16f 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;