summaryrefslogtreecommitdiff
path: root/core/minute-ia
diff options
context:
space:
mode:
Diffstat (limited to 'core/minute-ia')
-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 6628e41daa..8435c2f637 100644
--- a/core/minute-ia/task.c
+++ b/core/minute-ia/task.c
@@ -253,7 +253,7 @@ uint32_t switch_handler(int desched, task_id_t resched)
return 0;
if (IS_ENABLED(ISH_DEBUG))
- CPRINTF("[%d -> %d]\n", current - tasks, next - tasks);
+ CPRINTF("[%ld -> %ld]\n", current - tasks, next - tasks);
/* Switch to new task */
if (IS_ENABLED(CONFIG_TASK_PROFILING))