mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
HotReplaceMethods 'next' fix
This commit is contained in:
parent
fd4fd43ce3
commit
1b6d9808f3
1 changed files with 2 additions and 2 deletions
|
@ -5567,10 +5567,10 @@ void DbgModule::HotReplaceMethods(DbgType* newType, DbgType* primaryType)
|
|||
else
|
||||
{
|
||||
_AddToHotReplacedMethodList(newMethod);
|
||||
}
|
||||
newMethod = newMethod->mNext;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
while (!newType->mMethodList.IsEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue