am ac8f2810: Merge "_Unwind_Context is a struct."

* commit 'ac8f2810297cd6c104aad38686627fcc13591347':
  _Unwind_Context is a struct.
This commit is contained in:
Elliott Hughes
2015-01-07 03:08:37 +00:00
committed by Android Git Automerger

View File

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