소스 검색

relocate() is called by arch_initialise().

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
64d3886c1d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/core/main.c

+ 0
- 1
src/core/main.c 파일 보기

@@ -204,7 +204,6 @@ static int main_loop(int state)
204 204
 		static int firsttime = 1;
205 205
 		/* First time through */
206 206
 		if (firsttime) {
207
-			/* relocate(); */
208 207
 			cleanup();
209 208
 			firsttime = 0;
210 209
 		} 

Loading…
취소
저장