mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_addr_space.cache_generation): Declare as AO_t instead of AO_T
(gets syntax-coloring right ;-). (Logical change 1.155)
This commit is contained in:
parent
195eb64285
commit
40fcb9b7e5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ struct unw_addr_space
|
|||
int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */
|
||||
unw_caching_policy_t caching_policy;
|
||||
#ifdef HAVE_ATOMIC_OPS_H
|
||||
AO_T cache_generation;
|
||||
AO_t cache_generation;
|
||||
#else
|
||||
uint32_t cache_generation;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue