mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 11:38:17 +01:00
Fix size of OSThread structure
This commit is contained in:
parent
1ce68f6d58
commit
d0f43d24b7
@ -208,7 +208,7 @@ struct OSThread
|
||||
//! Queue of threads waiting for a thread to be suspended.
|
||||
OSThreadQueue suspendQueue;
|
||||
|
||||
UNKNOWN(0x69c - 0x5f4);
|
||||
UNKNOWN(0x6a0 - 0x5f4);
|
||||
};
|
||||
#pragma pack(pop)
|
||||
CHECK_OFFSET(OSThread, 0x320, tag);
|
||||
@ -238,7 +238,7 @@ CHECK_OFFSET(OSThread, 0x5d8, requestFlag);
|
||||
CHECK_OFFSET(OSThread, 0x5dc, needSuspend);
|
||||
CHECK_OFFSET(OSThread, 0x5e0, suspendResult);
|
||||
CHECK_OFFSET(OSThread, 0x5e4, suspendQueue);
|
||||
CHECK_SIZE(OSThread, 0x69c);
|
||||
CHECK_SIZE(OSThread, 0x6a0);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user