mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 16:50:29 +01:00
(remote_find_proc_info): Update the comment so it reflects reality.
(Logical change 1.142)
This commit is contained in:
parent
7d3de049e6
commit
7b76187fc8
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* Note: this can't go into dyn-remote.c because that file get's
|
/* XXX fix me; this checks/flushes the cache at the wrong time. */
|
||||||
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. */
|
|
||||||
if (as->dyn_generation != generation)
|
if (as->dyn_generation != generation)
|
||||||
{
|
{
|
||||||
unw_flush_cache (as, 0, 0);
|
unw_flush_cache (as, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue