1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-23 00:30:29 +01:00

(common_init): Initialize c->sigcontext_loc to zero.

(Logical change 1.18)
This commit is contained in:
mostang.com!davidm 2002-04-25 06:47:29 +00:00
parent a6d51ee1a6
commit c56126ea7b

View file

@ -103,6 +103,7 @@ common_init (struct ia64_cursor *c)
}
}
#endif
c->sigcontext_loc = 0;
#ifdef IA64_UNW_SCRIPT_CACHE
c->hint = 0;