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:
parent
d603a5b4bb
commit
ce831876f2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue