Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.c

    r142930b r13600e8  
    309309                struct _Unwind_Context * unwind_context)
    310310{
    311         //! __cfadbg_print_safe(exception, "CFA: 0x%lx\n", _Unwind_GetCFA(unwind_context));
     311
     312        //__cfadbg_print_safe(exception, "CFA: 0x%lx\n", _Unwind_GetCFA(context));
    312313        __cfadbg_print_safe(exception, "Personality function (%d, %x, %llu, %p, %p):",
    313314                        version, actions, exception_class, unwind_exception, unwind_context);
Note: See TracChangeset for help on using the changeset viewer.