mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
GCC's optimiser seems to screw up if this is left static...
This commit is contained in:
@@ -273,7 +273,7 @@ static inline void udivmod64_lo ( const struct uint64 *x,
|
|||||||
: "g" ( d->l ), "0" ( x->l ), "1" ( r_dash ) );
|
: "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,
|
const struct uint64 *d,
|
||||||
struct uint64 *q,
|
struct uint64 *q,
|
||||||
struct uint64 *r ) {
|
struct uint64 *r ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user