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:
parent
b60c247f1a
commit
3adf9a144e
3 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue