everything works now for ever
This commit is contained in:
@@ -34,7 +34,6 @@ class Thread {
|
||||
void* start;
|
||||
|
||||
|
||||
pagetable_t* subtable;
|
||||
|
||||
friend class Queue<Thread>;
|
||||
friend class Semaphore;
|
||||
@@ -75,6 +74,7 @@ class Thread {
|
||||
void* isr;
|
||||
} StackPointer;
|
||||
void* operator new ( size_t count )noexcept;
|
||||
pagetable_t* subtable;
|
||||
|
||||
/*! \brief Unique thread id */
|
||||
const int id;
|
||||
|
||||
Reference in New Issue
Block a user