diff options
Diffstat (limited to 'examples/sched.c')
-rw-r--r-- | examples/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sched.c b/examples/sched.c index 6b78f69985c..ae01e0b05d2 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 (<hreads[id].stack[STK_SIZE]); + setctxsp ((vu_char *)<hreads[id].stack[STK_SIZE]); thread_launcher (); } |