mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 16:20:29 +01:00
(_UPT_get_dyn_info_list_addr): Downgrade #error to #warning.
(Logical change 1.68)
This commit is contained in:
parent
2ff3919fe9
commit
9eafc2ae86
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ _UPT_get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dil_addr,
|
||||||
}
|
}
|
||||||
maps_close (&mi);
|
maps_close (&mi);
|
||||||
#else
|
#else
|
||||||
# error Implement me, please.
|
# warning Implement me, please.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* If multiple dynamic-info list addresses are found, we would have
|
/* If multiple dynamic-info list addresses are found, we would have
|
||||||
|
|
Loading…
Reference in a new issue