1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-02-02 12:52:53 +01:00

(ia64_init): Initialize mempools.

(Logical change 1.19)
This commit is contained in:
mostang.com!davidm 2002-07-18 03:58:34 +00:00
parent d603a5b4bb
commit ce831876f2

View file

@ -126,6 +126,11 @@ ia64_init (void)
}
#endif
mempool_init (&unw.unwind_table_pool, sizeof (struct ia64_unwind_table), 0);
mempool_init (&unw.state_record_pool, sizeof (struct ia64_state_record), 0);
mempool_init (&unw.labeled_state_pool,
sizeof (struct ia64_labeled_state), 0);
unw.f0.raw.bits[0] = 0;
unw.f0.raw.bits[1] = 0;