1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(common_init): Clear c->last_abi_marker.

(Logical change 1.89)
This commit is contained in:
hp.com!davidm 2003-04-25 07:44:23 +00:00
parent e771bcab8f
commit d92ddf8128

View file

@ -112,6 +112,7 @@ common_init (struct cursor *c)
c->sigcontext_addr = 0;
c->abi_marker = 0;
c->last_abi_marker = 0;
c->hint = 0;
c->prev_script = 0;