Ticket #55430: unwind.h.diff
File unwind.h.diff, 393 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago) |
---|
-
include/unwind.h
old new 35 35 _URC_END_OF_STACK = 5, 36 36 _URC_HANDLER_FOUND = 6, 37 37 _URC_INSTALL_CONTEXT = 7, 38 _URC_CONTINUE_UNWIND = 8,39 38 #if _LIBUNWIND_ARM_EHABI 39 _URC_CONTINUE_UNWIND = 8, 40 40 _URC_FAILURE = 9 41 #else 42 _URC_CONTINUE_UNWIND = 8 41 43 #endif 42 44 } _Unwind_Reason_Code; 43 45