1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Removed bogus mVDataHotIdx check, now using balanced hot chain breaking

This commit is contained in:
Brian Fiete 2025-01-10 14:03:12 -08:00
parent 3bafa11da9
commit d9eca5ba5c
3 changed files with 32 additions and 10 deletions

View file

@ -34,6 +34,7 @@ DebugTarget::DebugTarget(WinDebugger* debugger)
mHotHeapReserveSize = 0;
mLastHotHeapCleanIdx = 0;
mVDataHotIdx = -1;
mHotChainBreakIdx = 0;
mIsEmpty = false;
mWasLocallyBuilt = false;
mCurModuleId = 0;