summaryrefslogtreecommitdiffstats
path: root/examples/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sched.c')
-rw-r--r--examples/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sched.c b/examples/sched.c
index 6b78f69985..ae01e0b05d 100644
--- a/examples/sched.c
+++ b/examples/sched.c
@@ -292,7 +292,7 @@ static int thread_start (int id)
current_tid = id;
PDEBUG ("thread_start: to be stack=0%08x",
(unsigned)lthreads[id].stack);
- setctxsp (&lthreads[id].stack[STK_SIZE]);
+ setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]);
thread_launcher ();
}
OpenPOWER on IntegriCloud