1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 12:41:44 +02:00

(ia64_init): Initialize reg_state_pool instead of state_record_pool.

(Logical change 1.90)
This commit is contained in:
mostang.com!davidm 2003-06-03 21:36:03 +00:00
parent a9236a84ea
commit 0d37a4a620

View file

@ -78,7 +78,7 @@ ia64_init (void)
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,
sizeof (struct ia64_labeled_state), 0);