set stackpointers in thread obj
This commit is contained in:
@@ -28,7 +28,7 @@ class Thread {
|
||||
/*! \brief pointer to the next element of the readylist
|
||||
*/
|
||||
Thread* queue_link;
|
||||
bool isKernel;
|
||||
bool isKernel = true;
|
||||
void* start;
|
||||
|
||||
friend class Queue<Thread>;
|
||||
|
||||
Reference in New Issue
Block a user