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:
parent
3bafa11da9
commit
d9eca5ba5c
3 changed files with 32 additions and 10 deletions
|
@ -34,6 +34,7 @@ DebugTarget::DebugTarget(WinDebugger* debugger)
|
|||
mHotHeapReserveSize = 0;
|
||||
mLastHotHeapCleanIdx = 0;
|
||||
mVDataHotIdx = -1;
|
||||
mHotChainBreakIdx = 0;
|
||||
mIsEmpty = false;
|
||||
mWasLocallyBuilt = false;
|
||||
mCurModuleId = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue