Changes in uspace/lib/c/arch/riscv64/src/stacktrace.c [8d2dd7f2:c09ff7b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/riscv64/src/stacktrace.c
r8d2dd7f2 rc09ff7b 55 55 uintptr_t stacktrace_fp_get(void) 56 56 { 57 return (uintptr_t) NULL;57 return 0; 58 58 } 59 59 60 60 uintptr_t stacktrace_pc_get(void) 61 61 { 62 return (uintptr_t) NULL;62 return 0; 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.