mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Made GCMarkMembers call unbound
This commit is contained in:
parent
def7990dbe
commit
d3e33365f0
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace System
|
||||||
public static mixin Mark<T>(T val) where T : struct
|
public static mixin Mark<T>(T val) where T : struct
|
||||||
{
|
{
|
||||||
#if BF_ENABLE_REALTIME_LEAK_CHECK
|
#if BF_ENABLE_REALTIME_LEAK_CHECK
|
||||||
val.[Friend]GCMarkMembers();
|
val.[Friend, Unbound]GCMarkMembers();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue