1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +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,8 +5567,8 @@ void DbgModule::HotReplaceMethods(DbgType* newType, DbgType* primaryType)
else
{
_AddToHotReplacedMethodList(newMethod);
newMethod = newMethod->mNext;
}
newMethod = newMethod->mNext;
}
}
else