2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-03-01 00:30:37 +00:00

GCC's optimiser seems to screw up if this is left static...

This commit is contained in:
Michael Brown 2007-07-30 02:42:32 +01:00
parent 3b9bf40682
commit f62d6486d8

View File

@ -273,7 +273,7 @@ static inline void udivmod64_lo ( const struct uint64 *x,
: "g" ( d->l ), "0" ( x->l ), "1" ( r_dash ) );
}
static void udivmod64 ( const struct uint64 *x,
void udivmod64 ( const struct uint64 *x,
const struct uint64 *d,
struct uint64 *q,
struct uint64 *r ) {