Merge branch 'main' of gitlab.ibr.cs.tu-bs.de:vss/teaching/ws25/v_bsb2/stubsmi
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#include "../interrupt/guard.h"
|
||||
#include "debug/output.h"
|
||||
|
||||
// counter for ID
|
||||
static size_t idCounter = 1;
|
||||
static int idCounter = 1; // counter for task IDs
|
||||
|
||||
void Thread::kickoff(uintptr_t param1, uintptr_t param2, uintptr_t param3) {
|
||||
Thread *thread = reinterpret_cast<Thread *>(param1);
|
||||
|
||||
Reference in New Issue
Block a user