mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 12:52:53 +01:00
(dwarf_find_save_locs): Add a comment.
Now that dwarf_find_save_locs() not just finds the save-locations but also updates the cursor-state, document this fact (the function really is misnamed now).
This commit is contained in:
parent
3dfde7a3f0
commit
60b7af702a
1 changed files with 2 additions and 0 deletions
|
@ -754,6 +754,8 @@ uncached_dwarf_find_save_locs (struct dwarf_cursor *c)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* The function finds the saved locations and applies the register
|
||||
state as well. */
|
||||
HIDDEN int
|
||||
dwarf_find_save_locs (struct dwarf_cursor *c)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue