summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/arm/up_prefetchabort.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/arm/up_prefetchabort.c')
-rw-r--r--nuttx/arch/arm/src/arm/up_prefetchabort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/arm/up_prefetchabort.c b/nuttx/arch/arm/src/arm/up_prefetchabort.c
index 9d028b0d4..541586de9 100644
--- a/nuttx/arch/arm/src/arm/up_prefetchabort.c
+++ b/nuttx/arch/arm/src/arm/up_prefetchabort.c
@@ -121,7 +121,7 @@ void up_prefetchabort(uint32_t *regs)
* prefetch and data aborts.
*/
- FAR _TCB *tcb = (FAR _TCB *)g_readytorun.head;
+ FAR struct tcb_s *tcb = (FAR struct tcb_s *)g_readytorun.head;
tcb->xcp.far = regs[REG_R15];
/* Call pg_miss() to schedule the page fill. A consequences of this