Skip to content

Commit

Permalink
[runtime] Fix the --enable-minimal=aot build.
Browse files Browse the repository at this point in the history
Fixes mono#8430.
  • Loading branch information
vargaz committed May 30, 2018
1 parent 7c38aca commit c1d011b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mono/mini/aot-runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -6179,4 +6179,10 @@ mono_aot_register_jit_icall (const char *name, gpointer addr)
{
}

GHashTable *
mono_aot_get_weak_field_indexes (MonoImage *image)
{
return NULL;
}

#endif

0 comments on commit c1d011b

Please sign in to comment.