aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/kernel/unwind.c')
-rw-r--r--arch/loongarch/kernel/unwind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/kernel/unwind.c b/arch/loongarch/kernel/unwind.c
index a463d6961344..ba324ba76fa1 100644
--- a/arch/loongarch/kernel/unwind.c
+++ b/arch/loongarch/kernel/unwind.c
@@ -28,5 +28,6 @@ bool default_next_frame(struct unwind_state *state)
} while (!get_stack_info(state->sp, state->task, info));
+ state->error = true;
return false;
}