mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-18 10:22:16 +02: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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define mi_init UNWI_ARCH_OBJ(mi_init)
|
||||||
|
|
||||||
extern void mi_init (void); /* machine-independent initializations */
|
extern void mi_init (void); /* machine-independent initializations */
|
||||||
|
|
||||||
#include <tdep.h>
|
#include <tdep.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue