diff options
Diffstat (limited to 'ports/ARM7/chcore.h')
-rw-r--r-- | ports/ARM7/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h index 5c2233275..4f3800f1a 100644 --- a/ports/ARM7/chcore.h +++ b/ports/ARM7/chcore.h @@ -100,7 +100,7 @@ typedef struct { sizeof(struct intctx)); \
tp->p_ctx.r13->r4 = pf; \
tp->p_ctx.r13->r5 = arg; \
- tp->p_ctx.r13->lr = _port_thread_start; \
+ tp->p_ctx.r13->lr = _port_thread_start; \
}
/**
|