Explorar el Código

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

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
f62d6486d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/core/udivmod64.c

+ 1
- 1
src/arch/i386/core/udivmod64.c Ver fichero

@@ -273,7 +273,7 @@ static inline void udivmod64_lo ( const struct uint64 *x,
273 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 277
 			const struct uint64 *d,
278 278
 			struct uint64 *q,
279 279
 			struct uint64 *r ) {

Loading…
Cancelar
Guardar