Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r13600e8 r142930b  
    309309                struct _Unwind_Context * unwind_context)
    310310{
    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));
    313312        __cfadbg_print_safe(exception, "Personality function (%d, %x, %llu, %p, %p):",
    314313                        version, actions, exception_class, unwind_exception, unwind_context);
Note: See TracChangeset for help on using the changeset viewer.