Add _Unwind_Action to unwind-arm.h. This wasn't originally needed, but is now

because it is explicitly referenced by the function that is shared between the
two ObjC personality functions.

Patch by Emmanuel Maillard!
main
theraven 13 years ago
parent 26b04515a9
commit 32c79b2329

@ -25,6 +25,8 @@ static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2;
# define _US_UNWIND_FRAME_RESUME 2 # define _US_UNWIND_FRAME_RESUME 2
#endif #endif
typedef int _Unwind_Action;
typedef struct _Unwind_Context _Unwind_Context; typedef struct _Unwind_Context _Unwind_Context;
typedef uint32_t _Unwind_EHT_Header; typedef uint32_t _Unwind_EHT_Header;

Loading…
Cancel
Save