From 6c50e90402ef3d5ecbd3a406d41f8a25a5f7288f Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 4 May 2004 20:13:07 +0000 Subject: [PATCH] (remote_install_cursor): Tidy up #endif comment. (Logical change 1.219) --- src/ia64/Gresume-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/Gresume-ia64.c b/src/ia64/Gresume-ia64.c index 47825659..b6bafef1 100644 --- a/src/ia64/Gresume-ia64.c +++ b/src/ia64/Gresume-ia64.c @@ -227,7 +227,7 @@ remote_install_cursor (struct cursor *c) MEMIFY (IA64_REG_F31, UNW_IA64_FR + 31); } else -#endif /* __linux */ +#endif /* __linux && !UNW_REMOTE_ONLY */ { access_reg = c->as->acc.access_reg; access_fpreg = c->as->acc.access_fpreg;