Changes in libcfa/src/exception.c [2922871:979df46]
- File:
-
- 1 edited
-
libcfa/src/exception.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r2922871 r979df46 223 223 224 224 // Cancel the current stack, prefroming approprate clean-up and messaging. 225 static __attribute__((noreturn)) void __cfaehm_cancel_stack( 226 exception_t * exception ) { 225 void __cfaehm_cancel_stack( exception_t * exception ) { 227 226 // TODO: Detect current stack and pick a particular stop-function. 228 227 _Unwind_Reason_Code ret;
Note:
See TracChangeset
for help on using the changeset viewer.