From 81f4953a1f3114dfe328a0fe6126527cd9c8c1e6 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 9 Sep 2004 13:06:01 +0000 Subject: [PATCH] Fix typo: REMOTE_ONLY -> UNW_REMOTE_ONLY. (Logical change 1.266) --- src/ia64/Grbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/Grbs.c b/src/ia64/Grbs.c index a5eb853c..6ff6b390 100644 --- a/src/ia64/Grbs.c +++ b/src/ia64/Grbs.c @@ -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 */