mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(struct cursor): Remove rbs_right_edge.
(Logical change 1.52)
This commit is contained in:
parent
cb4fb05032
commit
c341225693
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ struct cursor
|
||||||
limit on the # of backing-store areas we have to track. */
|
limit on the # of backing-store areas we have to track. */
|
||||||
uint8_t rbs_curr; /* index of curr. rbs-area (contains c->bsp) */
|
uint8_t rbs_curr; /* index of curr. rbs-area (contains c->bsp) */
|
||||||
uint8_t rbs_left_edge; /* index of inner-most valid rbs-area */
|
uint8_t rbs_left_edge; /* index of inner-most valid rbs-area */
|
||||||
uint8_t rbs_right_edge; /* index of outer-most valid rbs-area */
|
|
||||||
struct rbs_area
|
struct rbs_area
|
||||||
{
|
{
|
||||||
unw_word_t end;
|
unw_word_t end;
|
||||||
|
|
Loading…
Reference in a new issue