Procházet zdrojové kódy

make __udivmoddi4 static

tags/v0.9.3
Holger Lubitz před 18 roky
rodič
revize
9e7b165017
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/arch/i386/core/udivmod64.c

+ 1
- 1
src/arch/i386/core/udivmod64.c Zobrazit soubor

294
  * @ret r		Remainder
294
  * @ret r		Remainder
295
  * @ret q		Quotient
295
  * @ret q		Quotient
296
  */
296
  */
297
-UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
297
+static UDItype __udivmoddi4 ( UDItype x, UDItype d, UDItype *r ) {
298
 	UDItype q;
298
 	UDItype q;
299
 	UDItype *_x = &x;
299
 	UDItype *_x = &x;
300
 	UDItype *_d = &d;
300
 	UDItype *_d = &d;

Načítá se…
Zrušit
Uložit