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