mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Since newer versions of compiler-rt require unwind.h, and we want to use
the copy in libcxxrt for it, fix the arm-specific header to define the _Unwind_Action type. Submitted by: andrew MFC after: 3 days
This commit is contained in:
parent
a0f4b91bed
commit
fb48e1d39c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279310
@ -36,6 +36,8 @@
|
||||
_URC_FATAL_PHASE1_ERROR = _URC_FAILURE
|
||||
} _Unwind_Reason_Code;
|
||||
|
||||
typedef int _Unwind_Action;
|
||||
|
||||
typedef uint32_t _Unwind_State;
|
||||
#ifdef __clang__
|
||||
static const _Unwind_State _US_VIRTUAL_UNWIND_FRAME = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user