1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 20:21:45 +02: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:
mostang.com!davidm 2002-12-03 08:19:58 +00:00
parent cfae46ade6
commit 3ab317eef5

View file

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