aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/stack.h')
-rw-r--r--sys/riscv/include/stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/riscv/include/stack.h b/sys/riscv/include/stack.h
index 40183afb9f4d..82f851096d7b 100644
--- a/sys/riscv/include/stack.h
+++ b/sys/riscv/include/stack.h
@@ -46,6 +46,6 @@ struct unwind_state {
uintptr_t pc;
};
-int unwind_frame(struct unwind_state *);
+bool unwind_frame(struct thread *, struct unwind_state *);
#endif /* !_MACHINE_STACK_H_ */