1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

HotReplaceMethods 'next' fix

This commit is contained in:
Brian Fiete 2024-12-29 11:36:17 -08:00
parent fd4fd43ce3
commit 1b6d9808f3

View file

@ -5567,10 +5567,10 @@ void DbgModule::HotReplaceMethods(DbgType* newType, DbgType* primaryType)
else else
{ {
_AddToHotReplacedMethodList(newMethod); _AddToHotReplacedMethodList(newMethod);
}
newMethod = newMethod->mNext; newMethod = newMethod->mNext;
} }
} }
}
else else
{ {
while (!newType->mMethodList.IsEmpty()) while (!newType->mMethodList.IsEmpty())