Changes in libcfa/src/exception.c [8108ba8:ed395761]
- File:
-
- 1 edited
-
libcfa/src/exception.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r8108ba8 red395761 27 27 #include "stdhdr/assert.h" 28 28 #include "virtual.h" 29 30 #pragma GCC visibility push(default)31 32 29 #include "lsda.h" 33 30 … … 264 261 #else // defined( __ARM_ARCH ) 265 262 // The return code from _Unwind_RaiseException seems to be corrupt on ARM at end of stack. 266 // This workaround tries to keep default exception handling working. 263 // This workaround tries to keep default exception handling working. 267 264 if ( ret == _URC_FATAL_PHASE1_ERROR || ret == _URC_FATAL_PHASE2_ERROR ) { 268 265 #endif
Note:
See TracChangeset
for help on using the changeset viewer.