aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-06 08:26:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-06 08:26:43 +0000
commit9bf1ff3c8e6bb93f9c160c63c1a934244c864f9c (patch)
tree0f26d44c68451a828a46258eaa266c24dd5b2ea7 /os/ports
parente8e651a11d611164e9390c40e174b15280527a7f (diff)
downloadChibiOS-9bf1ff3c8e6bb93f9c160c63c1a934244c864f9c.tar.gz
ChibiOS-9bf1ff3c8e6bb93f9c160c63c1a934244c864f9c.tar.bz2
ChibiOS-9bf1ff3c8e6bb93f9c160c63c1a934244c864f9c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1150 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/ARMCM3/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCM3/chcore.c b/os/ports/GCC/ARMCM3/chcore.c
index c0a45ffb8..ce76ffa4c 100644
--- a/os/ports/GCC/ARMCM3/chcore.c
+++ b/os/ports/GCC/ARMCM3/chcore.c
@@ -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 */