summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/minute-ia/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/minute-ia/task.c b/core/minute-ia/task.c
index f26e6d20af..cec812af3e 100644
--- a/core/minute-ia/task.c
+++ b/core/minute-ia/task.c
@@ -598,7 +598,7 @@ void task_pre_init(void)
uint32_t *stack_next = (uint32_t *)task_stacks;
#ifdef CONFIG_FPU
- uint8_t default_fp_ctx[] = { /*Initial FP state */
+ static uint8_t default_fp_ctx[] = { /* Initial FP state */
0x7f, 0x03, 0xff, 0xff, 0x00, 0x00,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
#endif