Skip to content

Commit 115e00c

Browse files
committed
Fix sgen build.
1 parent ce596d6 commit 115e00c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mono/metadata/sgen-mono.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,6 +2781,13 @@ mono_gchandle_new_internal (MonoObject *obj, gboolean pinned)
27812781
return MONO_GC_HANDLE_FROM_UINT (sgen_gchandle_new (obj, pinned));
27822782
}
27832783

2784+
MonoGCHandle
2785+
mono_gchandle_new_late_internal(MonoObject* obj)
2786+
{
2787+
g_assert_not_reached ();
2788+
return 0;
2789+
}
2790+
27842791
/**
27852792
* mono_gchandle_new_weakref_internal:
27862793
* \param obj managed object to get a handle for

0 commit comments

Comments
 (0)