1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02:00

(get_list_addr): Add an empty implementation of unsupported platforms.

(Logical change 1.233)
This commit is contained in:
hp.com!davidm 2004-05-06 22:02:00 +00:00
parent 55ea19fa91
commit 14a264e044

View file

@ -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