m_notice work

This commit is contained in:
Cuyler36
2023-05-09 20:28:40 -04:00
parent f6fdff5382
commit e8bb03784d
22 changed files with 963 additions and 30 deletions
-3
View File
@@ -67,9 +67,6 @@ struct OSThread
u8 *stackBase; // the thread's designated stack (high address)
u32 *stackEnd; // last word of stack (low address)
s32 error; // error state of thread
void* specific[2]; // data specific to this thread (set by programmer)
};
// Thread states