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

Allow BfpThread_GetIntRegisters to fail without crashing

This commit is contained in:
Brian Fiete 2020-11-22 07:56:36 -08:00
parent b60c247f1a
commit 3adf9a144e
3 changed files with 14 additions and 1 deletions

View file

@ -288,6 +288,7 @@ public:
bool mPaused;
bool mShutdown;
bool mWaitingForGC; // GC.Collect sets this
bool mCollectFailed;
int mAllocSinceLastGC; // Added to on alloc and subtracted from on nursery cleanup
int mFreeSinceLastGC;