mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 11:33:43 +01:00
(get_list_addr): Add an empty implementation of unsupported platforms.
(Logical change 1.233)
This commit is contained in:
parent
55ea19fa91
commit
14a264e044
1 changed files with 8 additions and 0 deletions
|
@ -76,7 +76,15 @@ get_list_addr (unw_addr_space_t as, unw_word_t *dil_addr, void *arg,
|
|||
}
|
||||
|
||||
#else
|
||||
|
||||
static inline int
|
||||
get_list_addr (unw_addr_space_t as, unw_word_t *dil_addr, void *arg,
|
||||
int *countp)
|
||||
{
|
||||
# warning Implement get_list_addr(), please.
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue