diff --git a/src/unwind/unwind-internal.h b/src/unwind/unwind-internal.h index d410ee3b..348be00d 100644 --- a/src/unwind/unwind-internal.h +++ b/src/unwind/unwind-internal.h @@ -55,7 +55,7 @@ struct _Unwind_Context { ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \ ? -1 : 0)) -static inline _Unwind_Reason_Code ALWAYS_INLINE +static _Unwind_Reason_Code ALWAYS_INLINE _Unwind_Phase2 (struct _Unwind_Exception *exception_object, struct _Unwind_Context *context) {