From d42f3448a7af9c55f2193450964772c7c2a0d29b Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 4 Apr 2014 15:03:47 -0400 Subject: tile: Fix cut-and-paste bug in commit fcccd5128. --- sysdeps/tile/dl-runtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/tile') diff --git a/sysdeps/tile/dl-runtime.c b/sysdeps/tile/dl-runtime.c index 8bc2911..bcc00bc 100644 --- a/sysdeps/tile/dl-runtime.c +++ b/sysdeps/tile/dl-runtime.c @@ -152,8 +152,8 @@ sim_dlclose (ElfW(Addr) map_start) } void internal_function -_dl_unmap (struct link_map *l) +_dl_unmap (struct link_map *map) { - sim_dlclose (l->l_map_start); + sim_dlclose (map->l_map_start); _dl_unmap_segments (map); } -- cgit v1.1