mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(common_init): Adjust for rename of ia64_get_proc_info() to ia64_make_proc_info().
(Logical change 1.29)
This commit is contained in:
parent
cfae46ade6
commit
3ab317eef5
1 changed files with 1 additions and 1 deletions
|
@ -109,5 +109,5 @@ common_init (struct ia64_cursor *c)
|
|||
|
||||
c->hint = 0;
|
||||
c->prev_script = 0;
|
||||
return ia64_get_proc_info (c);
|
||||
return ia64_make_proc_info (c);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue