1
0
Fork 0
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:
mostang.com!davidm 2004-09-09 13:06:01 +00:00
parent ac0b7e03a0
commit 81f4953a1f

View file

@ -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 */