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,8 +5567,8 @@ void DbgModule::HotReplaceMethods(DbgType* newType, DbgType* primaryType)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_AddToHotReplacedMethodList(newMethod);
|
_AddToHotReplacedMethodList(newMethod);
|
||||||
|
newMethod = newMethod->mNext;
|
||||||
}
|
}
|
||||||
newMethod = newMethod->mNext;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue