1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-08 17:25:59 +02:00

Test updates

This commit is contained in:
Brian Fiete 2020-05-22 06:40:06 -07:00
parent adbae6f1d4
commit 639430b41c
7 changed files with 73 additions and 29 deletions

View file

@ -174,12 +174,14 @@ public:
BfpThreadId mThreadId;
void* mTEB;
intptr mStackStart;
intptr mLastStackPtr;
bool mRunning;
Beefy::Array<bf::System::Object*> mStackMarkableObjects;
ThreadInfo()
{
mThreadId = 0;
mLastStackPtr = 0;
mThreadHandle = NULL;
mThreadInfo = NULL;
mTEB = NULL;