mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
Fix typo in comment.
(Logical change 1.10)
This commit is contained in:
parent
6bcb1d54c6
commit
4e41f21f65
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ License. */
|
||||||
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <libunwind.h>
|
#include <libunwind.h>
|
||||||
|
|
||||||
#define struct_offset(str,fld) ((char *)&((str *)NULL)->fld - (char *) 0)
|
#define struct_offset(str,fld) ((char *)&((str *)NULL)->fld - (char *) 0)
|
||||||
|
@ -355,7 +356,7 @@ struct ia64_state_record
|
||||||
unsigned int in_body : 1; /* are we inside prologue or body? */
|
unsigned int in_body : 1; /* are we inside prologue or body? */
|
||||||
unsigned int flags; /* see IA64_FLAG_* */
|
unsigned int flags; /* see IA64_FLAG_* */
|
||||||
|
|
||||||
uint8_t *imask; /* imask of of spill_mask record or NULL */
|
uint8_t *imask; /* imask of spill_mask record or NULL */
|
||||||
unw_word_t pr_val; /* predicate values */
|
unw_word_t pr_val; /* predicate values */
|
||||||
unw_word_t pr_mask; /* predicate mask */
|
unw_word_t pr_mask; /* predicate mask */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue