Changes in uspace/lib/c/generic/stacktrace.c [5a6cc679:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/stacktrace.c
r5a6cc679 ra35b458 77 77 stacktrace_prepare(); 78 78 stacktrace_print_fp_pc(stacktrace_fp_get(), stacktrace_pc_get()); 79 79 80 80 /* 81 81 * Prevent the tail call optimization of the previous call by 82 82 * making it a non-tail call. 83 83 */ 84 84 85 85 printf("-- end of stack trace --\n"); 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.