MIPS: math-emu: Turn macros into functions where possible.
[deliverable/linux.git] / arch / mips / math-emu / ieee754dp.h
index 3759f3f35293437289d3261ce5645b9d7f9b722f..1dc205880cba3be7f0bd7e029926f8749615cb44 100644 (file)
@@ -74,7 +74,7 @@ extern union ieee754dp ieee754dp_format(int, int, u64);
 #define DPNORMRET2(s, e, m, name, a0, a1)                              \
 {                                                                      \
        union ieee754dp V = ieee754dp_format(s, e, m);                  \
-       if (TSTX())                                                     \
+       if (ieee754_tstx())                                             \
                return ieee754dp_xcpt(V, name, a0, a1);                 \
        else                                                            \
                return V;                                               \
This page took 0.024551 seconds and 5 git commands to generate.