Skip to content

Commit 359132d

Browse files
Josh Petersonjoncham
authored andcommitted
Shutdown the runtime properly for Tiny with the debugger
1 parent dc5f82b commit 359132d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mono/mini/il2cpp-stubs.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,7 @@ MonoDomain* il2cpp_mono_get_root_domain (void)
359359

360360
void il2cpp_mono_runtime_quit (void)
361361
{
362-
#if UNITY_TINY
363-
IL2CPP_ASSERT(0 && "Not implemented yet for tiny");
364-
return 0;
365-
#else
366362
il2cpp::vm::Runtime::Shutdown();
367-
#endif
368363
}
369364

370365
gboolean il2cpp_mono_runtime_is_shutting_down (void)
@@ -792,7 +787,6 @@ void il2cpp_mono_thread_set_name_internal(MonoInternalThread* this_obj, MonoStri
792787

793788
void il2cpp_mono_thread_suspend_all_other_threads()
794789
{
795-
IL2CPP_ASSERT(0 && "This method is not yet implemented");
796790
}
797791

798792
void il2cpp_mono_stack_mark_record_size(MonoThreadInfo* info, HandleStackMark* stackmark, const char* func_name)

0 commit comments

Comments
 (0)