mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
Revert "make __udivmoddi4 static" - gcc links to it implicitly
This reverts commit 9e7b165017.
This commit is contained in:
@@ -294,7 +294,7 @@ static void udivmod64 ( const struct uint64 *x,
|
|||||||
* @ret r Remainder
|
* @ret r Remainder
|
||||||
* @ret q Quotient
|
* @ret q Quotient
|
||||||
*/
|
*/
|
||||||
static UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
||||||
UDItype q;
|
UDItype q;
|
||||||
UDItype *_x = &x;
|
UDItype *_x = &x;
|
||||||
UDItype *_d = &d;
|
UDItype *_d = &d;
|
||||||
|
|||||||
Reference in New Issue
Block a user