mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-11 02:40:09 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* The function finds the saved locations and applies the register
|
||||||
|
state as well. */
|
||||||
HIDDEN int
|
HIDDEN int
|
||||||
dwarf_find_save_locs (struct dwarf_cursor *c)
|
dwarf_find_save_locs (struct dwarf_cursor *c)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue