switch threadstate to esp int
This commit is contained in:
@ -36,7 +36,7 @@ private:
|
||||
Thread(const Thread& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
unsigned int* stack;
|
||||
struct ThreadState regs;
|
||||
unsigned int esp;
|
||||
|
||||
protected:
|
||||
Thread(char* name);
|
||||
|
||||
Reference in New Issue
Block a user