diff options
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index ec01458..1d943df 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -781,7 +781,7 @@ dl_open_worker (void *a) #endif r->r_state = RT_CONSISTENT; _dl_debug_state (); - LIBC_PROBE (map_complete, 3, nsid, r, new); + LIBC_PROBE (map_complete, 3, nsid, r, args->map); #ifdef SHARED if (was_not_consistent) |