mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed hot swap type errors for LocateSymbol forced obj loads
This commit is contained in:
parent
58bf51f731
commit
810c7b843b
6 changed files with 63 additions and 51 deletions
|
@ -1062,7 +1062,7 @@ void WinDebugger::HotLoad(const Array<String>& objectFiles, int hotIdx)
|
|||
for (int moduleIdx = startingModuleIdx; moduleIdx < (int)mDebugTarget->mDbgModules.size(); moduleIdx++)
|
||||
{
|
||||
auto dbgModule = mDebugTarget->mDbgModules[moduleIdx];
|
||||
BF_ASSERT(dbgModule->mIsHotObjectFile);
|
||||
BF_ASSERT(dbgModule->IsObjectFile());
|
||||
BF_ASSERT(dbgModule->mHotIdx == hotIdx);
|
||||
dbgModule->FinishHotSwap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue