mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
Fix typo: REMOTE_ONLY -> UNW_REMOTE_ONLY.
(Logical change 1.266)
This commit is contained in:
parent
ac0b7e03a0
commit
81f4953a1f
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ rbs_find_stacked (struct cursor *c, unw_word_t regs_to_skip,
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef REMOTE_ONLY
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
|
||||
static inline int
|
||||
get_rnat (struct cursor *c, struct rbs_area *rbs, unw_word_t bsp,
|
||||
|
@ -275,4 +275,4 @@ rbs_cover_and_flush (struct cursor *c, unw_word_t nregs,
|
|||
return (char *) dst - (char *) dirty_partition;
|
||||
}
|
||||
|
||||
#endif /* !REMOTE_ONLY */
|
||||
#endif /* !UNW_REMOTE_ONLY */
|
||||
|
|
Loading…
Reference in a new issue