1

switch threadstate to esp int

This commit is contained in:
2022-07-23 01:48:52 +02:00
parent e143733b00
commit 8b40cb1802
2 changed files with 52 additions and 20 deletions

View File

@ -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);