From 8882ce6d124c19ae8a517e212ff83a6ff6350905 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 3 Sep 2021 12:12:11 +0800 Subject: [PATCH] Update tos_fault.c --- arch/arm/arm-v8m/common/tos_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/arm-v8m/common/tos_fault.c b/arch/arm/arm-v8m/common/tos_fault.c index 23958806..313b1777 100644 --- a/arch/arm/arm-v8m/common/tos_fault.c +++ b/arch/arm/arm-v8m/common/tos_fault.c @@ -114,7 +114,7 @@ __STATIC__ void fault_dump_cpu_frame(fault_cpu_frame_t *cpu_frame) __STATIC__ void fault_dump_stack(fault_info_t *info, size_t depth) { - cpu_addr_t sp = info->sp_before_fault;; + cpu_addr_t sp = info->sp_before_fault; k_fault_log_writer("\nTASK STACK DUMP:\n"); while (sp <= info->stack_limit && depth--) {