mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 16:50:29 +01:00
(tdep_find_proc_info) [HAVE_DLMODINFO]: Fix Debug() message (missing
paren). (Logical change 1.218)
This commit is contained in:
parent
f8bc3b80d1
commit
48b0eeeb37
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip,
|
||||||
}
|
}
|
||||||
if (uhdr->header_version & UNWIND_TBL_32BIT)
|
if (uhdr->header_version & UNWIND_TBL_32BIT)
|
||||||
{
|
{
|
||||||
Debug (1, "32-bit unwind tables are not supported yet\n";
|
Debug (1, "32-bit unwind tables are not supported yet\n");
|
||||||
return -UNW_EINVAL;
|
return -UNW_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue