mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(_UPT_reg_offset): Declare as "extern".
(Logical change 1.130)
This commit is contained in:
parent
04dd29b6eb
commit
74ed7ea40d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ struct UPT_info
|
|||
#endif
|
||||
};
|
||||
|
||||
HIDDEN int _UPT_reg_offset[UNW_REG_LAST + 1];
|
||||
extern HIDDEN int _UPT_reg_offset[UNW_REG_LAST + 1];
|
||||
|
||||
extern HIDDEN unw_dyn_info_t *_UPTi_find_unwind_table (struct UPT_info *ui,
|
||||
unw_addr_space_t as,
|
||||
|
|
Loading…
Reference in a new issue