ps: fix compile error on clang 7.3.0

This commit is contained in:
Yonezawa-T2 2016-03-23 12:24:55 +09:00
parent 56be13d5da
commit 60c1322505

View File

@ -100,7 +100,7 @@ void ps(void)
#endif #endif
sname, queued, p->priority sname, queued, p->priority
#ifdef DEVELHELP #ifdef DEVELHELP
, p->stack_size, stacksz, p->stack_start , p->stack_size, stacksz, (void *)p->stack_start
#endif #endif
#ifdef MODULE_SCHEDSTATISTICS #ifdef MODULE_SCHEDSTATISTICS
, runtime_ticks, switches , runtime_ticks, switches