mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed MarkAppendedObject
This commit is contained in:
parent
afda8d91c5
commit
f015a6154a
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ namespace System
|
|||
static void MarkAppendedObject(Object obj)
|
||||
{
|
||||
#if BF_ENABLE_REALTIME_LEAK_CHECK
|
||||
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
||||
ClassVData* maskedVData = (ClassVData*)(void*)(obj.[Friend]mClassVData & ~(int)0xFF);
|
||||
if (maskedVData == null)
|
||||
return;
|
||||
|
@ -160,6 +161,7 @@ namespace System
|
|||
return;
|
||||
#endif
|
||||
obj.[Friend]GCMarkMembers();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void MarkDerefedObject(Object* obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue