mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-26 21:20:30 +00:00
make __udivmoddi4 static
This commit is contained in:
@@ -294,7 +294,7 @@ static void udivmod64 ( const struct uint64 *x,
|
||||
* @ret r Remainder
|
||||
* @ret q Quotient
|
||||
*/
|
||||
UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
||||
static UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
|
||||
UDItype q;
|
||||
UDItype *_x = &x;
|
||||
UDItype *_d = &d;
|
||||
|
Reference in New Issue
Block a user