1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 08:59:28 +02:00

(dwarf_find_save_locs): Also apply register-state after parsing the FDE

This commit is contained in:
Arun Sharma 2006-07-26 21:55:09 -06:00 committed by David Mosberger-Tang
parent 527225e492
commit 58888a5060

View file

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