git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1150 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-09-06 08:26:43 +00:00
parent e8e651a11d
commit 9bf1ff3c8e
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void PendSVVector(void) {
PUSH_CONTEXT(sp_thd);
(otp = currp)->p_ctx.r13 = sp_thd;
(currp = fifo_remove((void *)&rlist))->p_state = PRCURR;
(currp = fifo_remove((void *)&rlist.r_queue))->p_state = PRCURR;
chSchReadyI(otp);
#if CH_USE_ROUNDROBIN
/* set the round-robin time quantum */