1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-23 08:40:29 +01:00

(remote_find_proc_info): Update the comment so it reflects reality.

(Logical change 1.142)
This commit is contained in:
hp.com!davidm 2003-12-20 11:32:43 +00:00
parent 7d3de049e6
commit 7b76187fc8

View file

@ -58,10 +58,7 @@ remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
if (ret < 0)
return ret;
/* Note: this can't go into dyn-remote.c because that file get's
compiled exactly once (there are no separate local/general
versions) and the call to unw_flush_cache() must evaluate to
either the local or generic version. */
/* XXX fix me; this checks/flushes the cache at the wrong time. */
if (as->dyn_generation != generation)
{
unw_flush_cache (as, 0, 0);