mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-08 10:18:13 +01:00
(common_init): Adjust for ALWAYS_INLINE change.
(Logical change 1.290)
This commit is contained in:
parent
229d2c4a62
commit
7fcb8006a9
1 changed files with 2 additions and 2 deletions
|
@ -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 <davidm@hpl.hp.com>
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue