mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
m_notice work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user