david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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 ) {