Skip to content

Commit

Permalink
ps: fix compile error on clang 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonezawa-T2 committed Mar 23, 2016
1 parent 56be13d commit 60c1322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/ps/ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void ps(void)
#endif
sname, queued, p->priority
#ifdef DEVELHELP
, p->stack_size, stacksz, p->stack_start
, p->stack_size, stacksz, (void *)p->stack_start
#endif
#ifdef MODULE_SCHEDSTATISTICS
, runtime_ticks, switches
Expand Down

0 comments on commit 60c1322

Please sign in to comment.