diff options
-rw-r--r-- | ldso/ldso/ldso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 11e8817c7..39c05e3b9 100644 --- a/ldso/ldso/ldso.c +++ b/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) |