From 9daf318dc8fbefa6d41c739fa53baa155b31887f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Mar 2007 23:03:12 +0000 Subject: 8052 context switch/interrupt integration; pthread arg setup changed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/task_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/task_create.c') diff --git a/nuttx/sched/task_create.c b/nuttx/sched/task_create.c index c3d1b453b..04313c499 100644 --- a/nuttx/sched/task_create.c +++ b/nuttx/sched/task_create.c @@ -159,7 +159,7 @@ int task_create(const char *name, int priority, /* Setup to pass parameters to the new task */ - (void)task_argsetup(tcb, name, FALSE, argv); + (void)task_argsetup(tcb, name, argv); /* Get the assigned pid before we start the task */ -- cgit v1.2.3