Changes in libcfa/src/exception.c [13600e8:142930b]
- File:
-
- 1 edited
-
libcfa/src/exception.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.c
r13600e8 r142930b 309 309 struct _Unwind_Context * unwind_context) 310 310 { 311 312 //__cfadbg_print_safe(exception, "CFA: 0x%lx\n", _Unwind_GetCFA(context)); 311 //! __cfadbg_print_safe(exception, "CFA: 0x%lx\n", _Unwind_GetCFA(unwind_context)); 313 312 __cfadbg_print_safe(exception, "Personality function (%d, %x, %llu, %p, %p):", 314 313 version, actions, exception_class, unwind_exception, unwind_context);
Note:
See TracChangeset
for help on using the changeset viewer.