Ignore:
File:
1 edited

Legend:

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

    r5434000 r47246f4  
    5252{
    5353        stack_trace_fp_pc(frame_pointer_get(), program_counter_get());
    54         /*
    55          * Prevent the tail call optimization of the previous call by
    56          * making it a non-tail call.
    57          */
    58         (void) frame_pointer_get();
    5954}
    6055
Note: See TracChangeset for help on using the changeset viewer.