Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/stacktrace.c

    r5a6cc679 ra35b458  
    7777        stacktrace_prepare();
    7878        stacktrace_print_fp_pc(stacktrace_fp_get(), stacktrace_pc_get());
    79        
     79
    8080        /*
    8181         * Prevent the tail call optimization of the previous call by
    8282         * making it a non-tail call.
    8383         */
    84        
     84
    8585        printf("-- end of stack trace --\n");
    8686}
Note: See TracChangeset for help on using the changeset viewer.