mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
(dwarf_find_save_locs): Also apply register-state after parsing the FDE
This commit is contained in:
parent
527225e492
commit
58888a5060
1 changed files with 1 additions and 0 deletions
|
@ -850,6 +850,7 @@ dwarf_find_save_locs (struct dwarf_cursor *c)
|
|||
c->prev_rs = rs - cache->buckets;
|
||||
|
||||
put_unwind_info (c, &c->pi);
|
||||
ret = apply_reg_state (c, rs);
|
||||
|
||||
out:
|
||||
put_rs_cache (c->as, cache, &saved_mask);
|
||||
|
|
Loading…
Reference in a new issue