1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-18 07:41:44 +02:00

(struct cursor): Declare pi_valid and pi_is_dynamic as unsigned to

avoid compiler warnings.

(Logical change 1.130)
This commit is contained in:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent 7291d0217c
commit 7305d26f26

View file

@ -142,8 +142,8 @@ struct cursor
uint16_t last_abi_marker; /* last abi_marker encountered so far */
uint8_t eh_valid_mask;
int pi_valid : 1; /* is proc_info valid? */
int pi_is_dynamic : 1; /* proc_info found via dynamic proc info? */
unsigned int pi_valid :1; /* is proc_info valid? */
unsigned int pi_is_dynamic :1; /* proc_info found via dynamic proc info? */
unw_proc_info_t pi; /* info about current procedure */
/* In case of stack-discontiguities, such as those introduced by