浏览代码

Fixup a really stupid and terribly obvious bug that was causing
the shared lib loader on mips to puke...
-Erik

Eric Andersen 22 年之前
父节点
当前提交
00a25ecaa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ldso/ldso/ldso.c

+ 1 - 1
ldso/ldso/ldso.c

@@ -437,7 +437,7 @@ LD_BOOT(unsigned long args)
 #ifdef FORCE_SHAREABLE_TEXT_SEGMENTS
 						dpnt->d_un.d_val = (unsigned long) debug_addr;
 #else
-						dpnt_debug = dpnt;
+						dpnt_debug = (unsigned long) debug_addr;
 #endif
 					}
 					if (dpnt->d_tag == DT_TEXTREL)