1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00
This commit is contained in:
Konstantin Belousov 2012-02-05 11:40:17 +02:00
parent 29b32cf142
commit 29dae2171e

View file

@ -89,7 +89,7 @@ tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
{
strncpy(path, kv->kve_path, pathlen);
}
ret = elf_map_image(ei, kv->kve_path);
ret = elf_map_image (ei, kv->kve_path);
break;
}
free_mem(buf, len1);