mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 12:13:42 +01:00
(_UPT_accessors): Initialize get_proc_name callback.
(Logical change 1.56)
This commit is contained in:
parent
6863c4aaf5
commit
cb2620b0fd
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ unw_accessors_t _UPT_accessors =
|
|||
.access_reg = _UPT_access_reg,
|
||||
.access_fpreg = _UPT_access_fpreg,
|
||||
#if 0
|
||||
.resume = _UPT_resume_single_block
|
||||
.resume = _UPT_resume_single_block, /* XXX fix me */
|
||||
#endif
|
||||
.get_proc_name = _UPT_get_proc_name
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue