mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(UNW_PI_FLAG_FIRST_TDEP_BIT): Fix comment.
(Logical change 1.147)
This commit is contained in:
parent
70be1294ce
commit
d5db6013ff
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ typedef unw_tdep_fpreg_t unw_fpreg_t;
|
||||||
|
|
||||||
typedef struct unw_addr_space *unw_addr_space_t;
|
typedef struct unw_addr_space *unw_addr_space_t;
|
||||||
|
|
||||||
/* This bit is set to indicate */
|
/* Each target may define it's own set of flags, but bits 0-15 are
|
||||||
|
reserved for general libunwind-use. */
|
||||||
#define UNW_PI_FLAG_FIRST_TDEP_BIT 16
|
#define UNW_PI_FLAG_FIRST_TDEP_BIT 16
|
||||||
|
|
||||||
typedef struct unw_proc_info
|
typedef struct unw_proc_info
|
||||||
|
|
Loading…
Reference in a new issue