mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
Drop "inline" since it's now part of ALWAYS_INLINE.
(Logical change 1.290)
This commit is contained in:
parent
411331eecb
commit
7a5549f2d8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ struct _Unwind_Context {
|
||||||
((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
|
((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
|
||||||
? -1 : 0))
|
? -1 : 0))
|
||||||
|
|
||||||
static inline _Unwind_Reason_Code ALWAYS_INLINE
|
static _Unwind_Reason_Code ALWAYS_INLINE
|
||||||
_Unwind_Phase2 (struct _Unwind_Exception *exception_object,
|
_Unwind_Phase2 (struct _Unwind_Exception *exception_object,
|
||||||
struct _Unwind_Context *context)
|
struct _Unwind_Context *context)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue