mirror of https://github.com/ipxe/ipxe.git
Revert "make __udivmoddi4 static" - gcc links to it implicitly
This reverts commit 9e7b165017
.
pull/1/head
parent
63e489c14d
commit
0ae6c53bd9
|
@ -294,7 +294,7 @@ static void udivmod64 ( const struct uint64 *x,
|
|||
* @ret r Remainder
|
||||
* @ret q Quotient
|
||||
*/
|
||||
static UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
||||
UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
||||
UDItype q;
|
||||
UDItype *_x = &x;
|
||||
UDItype *_d = &d;
|
||||
|
|
Loading…
Reference in New Issue