add exec handling
#include "global.h" #include "exec.h" void * execProg(sched_task_t *task) { ETRACE(); taskExit(task, NULL); }