浏览代码

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
 		} 

正在加载...
取消
保存