mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 16:20:29 +01:00
(ia64_init): Initialize reg_state_pool instead of state_record_pool.
(Logical change 1.90)
This commit is contained in:
parent
a9236a84ea
commit
0d37a4a620
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ ia64_init (void)
|
||||||
|
|
||||||
mi_init ();
|
mi_init ();
|
||||||
|
|
||||||
mempool_init (&unw.state_record_pool, sizeof (struct ia64_state_record), 0);
|
mempool_init (&unw.reg_state_pool, sizeof (struct ia64_reg_state), 0);
|
||||||
mempool_init (&unw.labeled_state_pool,
|
mempool_init (&unw.labeled_state_pool,
|
||||||
sizeof (struct ia64_labeled_state), 0);
|
sizeof (struct ia64_labeled_state), 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue