Changeset 5434000 in mainline for uspace/lib/libc/generic/stacktrace.c
- Timestamp:
- 2010-01-02T17:51:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c83d2b4
- Parents:
- 50286ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/stacktrace.c
r50286ec r5434000 52 52 { 53 53 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(); 54 59 } 55 60
Note:
See TracChangeset
for help on using the changeset viewer.