mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-10 19:08:21 +01:00
(mi_init): Avoid name-space pollution: make mi_init() an arch-object.
(Logical change 1.41)
This commit is contained in:
parent
3b6290bef2
commit
7e268d256d
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ fetchw (unw_addr_space_t as, unw_accessors_t *a,
|
|||
return ret;
|
||||
}
|
||||
|
||||
#define mi_init UNWI_ARCH_OBJ(mi_init)
|
||||
|
||||
extern void mi_init (void); /* machine-independent initializations */
|
||||
|
||||
#include <tdep.h>
|
||||
|
|
Loading…
Reference in a new issue