Ignore:
Timestamp:
2013-12-28T21:22:37Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1cad18
Parents:
ceb5757
Message:

fix omission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc32/src/stacktrace.c

    rceb5757 r1ba8cb9  
    6363int stacktrace_ra_get(stacktrace_t *st, uintptr_t fp, uintptr_t *ra)
    6464{
    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);
    6666}
    6767
Note: See TracChangeset for help on using the changeset viewer.