1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

(tdep_find_proc_info) [HAVE_DLMODINFO]: Fix Debug() message (missing

paren).

(Logical change 1.218)
This commit is contained in:
mostang.com!davidm 2004-04-28 04:54:17 +00:00
parent f8bc3b80d1
commit 48b0eeeb37

View file

@ -695,7 +695,7 @@ tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip,
}
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;
}