Index: apps/plugins/pdbox/PDa/src/m_fixed.h =================================================================== --- apps/plugins/pdbox/PDa/src/m_fixed.h (revision 26546) +++ apps/plugins/pdbox/PDa/src/m_fixed.h (working copy) @@ -30,10 +30,27 @@ lo; \ }) #define idiv(a,b) ((((long long) (a) )<>= 18 */ + "or.l %[x],%[t1] \n" /* combine result */ + : [t1]"=&d"(t1), [t2]"=&d"(t2), [x]"+d"(x) + : [y]"d"(y), [shl]"d"(31-fix1), [shr]"d"(fix1)); + return t1; +} +#define idiv(a,b) ((((long long) (a) )<>fix1) #define idiv(a,b) ((((long long) (a) )<