From 7fcb8006a996db6dec9de9c3831c3f32c12223b8 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 3 May 2005 09:13:17 +0000 Subject: [PATCH] (common_init): Adjust for ALWAYS_INLINE change. (Logical change 1.290) --- src/ia64/init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/init.h b/src/ia64/init.h index 9322b98d..a5e82a98 100644 --- a/src/ia64/init.h +++ b/src/ia64/init.h @@ -1,5 +1,5 @@ /* libunwind - a platform-independent unwind library - Copyright (C) 2002-2004 Hewlett-Packard Co + Copyright (C) 2002-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang This file is part of libunwind. @@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "unwind_i.h" -static inline ALWAYS_INLINE int +static ALWAYS_INLINE int common_init (struct cursor *c) { unw_word_t bspstore;