Match _Unwind_Reason_Code enum between ARM and Itanium.

main
Frederik Seiffert 6 years ago committed by David Chisnall
parent 186847c8d0
commit 849fa9c8eb

@ -6,6 +6,7 @@
*/
typedef enum
{
_URC_NO_REASON = 0,
_URC_OK = 0, /* operation completed successfully */
_URC_FOREIGN_EXCEPTION_CAUGHT = 1,
_URC_END_OF_STACK = 5,

@ -40,6 +40,7 @@ extern "C" {
typedef enum
{
_URC_NO_REASON = 0,
_URC_OK = 0,
_URC_FOREIGN_EXCEPTION_CAUGHT = 1,
_URC_FATAL_PHASE2_ERROR = 2,
_URC_FATAL_PHASE1_ERROR = 3,

Loading…
Cancel
Save