소스 검색

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

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
f62d6486d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/arch/i386/core/udivmod64.c

+ 1
- 1
src/arch/i386/core/udivmod64.c 파일 보기

@@ -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…
취소
저장