瀏覽代碼

relocate() is called by arch_initialise().

tags/v0.9.3
Michael Brown 20 年之前
父節點
當前提交
64d3886c1d
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      src/core/main.c

+ 0
- 1
src/core/main.c 查看文件

204
 		static int firsttime = 1;
204
 		static int firsttime = 1;
205
 		/* First time through */
205
 		/* First time through */
206
 		if (firsttime) {
206
 		if (firsttime) {
207
-			/* relocate(); */
208
 			cleanup();
207
 			cleanup();
209
 			firsttime = 0;
208
 			firsttime = 0;
210
 		} 
209
 		} 

Loading…
取消
儲存