_Unwind_Context is a struct.

Change-Id: Iff2c52dc630eb83b931a78fdebc4494d69462db7
This commit is contained in:
Elliott Hughes 2015-01-06 18:48:24 -08:00
parent d3de1ddef1
commit 30e59c4c69
1 changed files with 0 additions and 5 deletions

View File

@ -44,12 +44,7 @@
#define PAD_PTR "08" PRIxPTR #define PAD_PTR "08" PRIxPTR
#endif #endif
/* depends how the system includes define this */
#ifdef HAVE_UNWIND_CONTEXT_STRUCT
typedef struct _Unwind_Context __unwind_context; typedef struct _Unwind_Context __unwind_context;
#else
typedef _Unwind_Context __unwind_context;
#endif
static mapinfo_t* g_map_info = NULL; static mapinfo_t* g_map_info = NULL;
static void* g_demangler; static void* g_demangler;