Changeset 1ba8cb9 in mainline
- Timestamp:
- 2013-12-28T21:22:37Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e1cad18
- Parents:
- ceb5757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/src/stacktrace.c
rceb5757 r1ba8cb9 63 63 int stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra) 64 64 { 65 return *st->read_uintptr(st->op_arg, fp + FRAME_OFFSET_RA, ra);65 return (*st->read_uintptr)(st->op_arg, fp + FRAME_OFFSET_RA, ra); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.