mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
tc32/Make.defs: fix build break after merge unblock/block_task
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
f925e17f18
commit
a11cb59af6
@@ -36,7 +36,7 @@ CMN_ASRCS :=
|
||||
# Filter-out unnecessary .c files
|
||||
|
||||
TC32_CSRCS_FILTER := arm_backtrace_fp.c arm_backtrace_thumb.c
|
||||
TC32_CSRCS_FILTER += arm_switchcontext.c arm_fullcontextrestore.c
|
||||
TC32_CSRCS_FILTER += arm_fullcontextrestore.c
|
||||
TC32_CSRCS_FILTER += arm_saveusercontext.c arm_udelay.c
|
||||
CMN_CSRCS := $(filter-out $(TC32_CSRCS_FILTER), $(CMN_CSRCS))
|
||||
|
||||
|
||||
@@ -229,6 +229,8 @@ static void *backtrace_push_internal(void **psp, void **ppc)
|
||||
break;
|
||||
}
|
||||
|
||||
/* Pass through */
|
||||
|
||||
case 1:
|
||||
if (INSTR_IS(ins16, T_PUSH_LO))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user