Procházet zdrojové kódy

GCC's optimiser seems to screw up if this is left static...

tags/v0.9.3
Michael Brown před 18 roky
rodič
revize
f62d6486d8
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

273
 		  : "g" ( d->l ), "0" ( x->l ), "1" ( r_dash ) );
273
 		  : "g" ( d->l ), "0" ( x->l ), "1" ( r_dash ) );
274
 }
274
 }
275
 
275
 
276
-static void udivmod64 ( const struct uint64 *x,
276
+void udivmod64 ( const struct uint64 *x,
277
 			const struct uint64 *d,
277
 			const struct uint64 *d,
278
 			struct uint64 *q,
278
 			struct uint64 *q,
279
 			struct uint64 *r ) {
279
 			struct uint64 *r ) {

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