Skip to content

Commit

Permalink
[runtime] Make new functions optional so that they don't hang XM apps…
Browse files Browse the repository at this point in the history
… using system mono at launch.
  • Loading branch information
rolfbjarne committed May 26, 2016
1 parent 5054c1e commit e146402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/exports.t4
Original file line number Diff line number Diff line change
Expand Up @@ -588,12 +588,12 @@

new Export ("void", "mono_threads_assert_gc_unsafe_region" ),

new Export ("void", "mono_threads_assert_gc_starting_region" ),
new Export (true, "void", "mono_threads_assert_gc_starting_region" ),

#endregion

#region utils/mono-threads.h
new Export ("void*", "mono_thread_info_current_unchecked" ),
new Export (true, "void*", "mono_thread_info_current_unchecked" ),
#endregion

#region metadata/threads-types.h
Expand Down

0 comments on commit e146402

Please sign in to comment.