Changes in kernel/arch/amd64/src/debug/stacktrace.c [a35b458:525c5ac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/debug/stacktrace.c
ra35b458 r525c5ac 50 50 uint64_t *stack = (void *) ctx->fp; 51 51 *prev = stack[FRAME_OFFSET_FP_PREV]; 52 52 53 53 return true; 54 54 } … … 58 58 uint64_t *stack = (void *) ctx->fp; 59 59 *ra = stack[FRAME_OFFSET_RA]; 60 60 61 61 return true; 62 62 }
Note:
See TracChangeset
for help on using the changeset viewer.