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

This commit is contained in:
gdisirio 2008-07-25 17:23:56 +00:00
parent 5816f95f28
commit 23805fce50
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ typedef struct {
tp->p_ctx.r13 = (struct intctx *)((uint8_t *)workspace + \ tp->p_ctx.r13 = (struct intctx *)((uint8_t *)workspace + \
wsize - \ wsize - \
sizeof(struct intctx)); \ sizeof(struct intctx)); \
tp->p_ctx.r13->basepri = 0; \ tp->p_ctx.r13->basepri = BASEPRI_USER; \
tp->p_ctx.r13->lr_exc = (regarm)0xFFFFFFFD; \ tp->p_ctx.r13->lr_exc = (regarm)0xFFFFFFFD; \
tp->p_ctx.r13->r0 = arg; \ tp->p_ctx.r13->r0 = arg; \
tp->p_ctx.r13->r1 = pf; \ tp->p_ctx.r13->r1 = pf; \