1
0
Fork 0
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:
Arun Sharma 2006-07-26 21:25:37 -06:00 committed by David Mosberger-Tang
parent 3dfde7a3f0
commit 60b7af702a

View file

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