소스 검색

make __udivmoddi4 static

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

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

@@ -294,7 +294,7 @@ static void udivmod64 ( const struct uint64 *x,
294 294
  * @ret r		Remainder
295 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 298
 	UDItype q;
299 299
 	UDItype *_x = &x;
300 300
 	UDItype *_d = &d;

Loading…
취소
저장