Ticket #55430: unwind.h.diff

File unwind.h.diff, 393 bytes (added by ryandesign (Ryan Carsten Schmidt), 6 years ago)
  • include/unwind.h

    old new  
    3535  _URC_END_OF_STACK = 5,
    3636  _URC_HANDLER_FOUND = 6,
    3737  _URC_INSTALL_CONTEXT = 7,
    38   _URC_CONTINUE_UNWIND = 8,
    3938#if _LIBUNWIND_ARM_EHABI
     39  _URC_CONTINUE_UNWIND = 8,
    4040  _URC_FAILURE = 9
     41#else
     42  _URC_CONTINUE_UNWIND = 8
    4143#endif
    4244} _Unwind_Reason_Code;
    4345