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): Initialize c->hint and c->prev_script unconditionally.

(Logical change 1.27)
This commit is contained in:
mostang.com!davidm 2002-11-16 06:50:04 +00:00
parent 007805c65a
commit 07beae63f4

View file

@ -107,9 +107,7 @@ common_init (struct ia64_cursor *c)
#endif
c->sigcontext_loc = 0;
#ifdef IA64_UNW_SCRIPT_CACHE
c->hint = 0;
c->prev_script = 0;
#endif
return ia64_get_proc_info (c);
}