[runtime] Avoid warning about missing icalls when AOTing. Move mono_lookup_internal_c...
commit1f6b73891eb08389d5e491f09262957195c99fa2
authorZoltan Varga <vargaz@gmail.com>
Tue, 25 Sep 2018 16:54:48 +0000 (25 18:54 +0200)
committerLudovic Henry <luhenry@microsoft.com>
Tue, 25 Sep 2018 16:54:48 +0000 (25 12:54 -0400)
treecc0610537611ce843e2b1ac0352ede19c5bc89ba
parentf07faee174608686ca9ed802c4ad42f817913c35
[runtime] Avoid warning about missing icalls when AOTing. Move mono_lookup_internal_call_full () to icall-internals.h (#10760)

since its not a public api function.

Fixes https://github.com/mono/mono/issues/10598.
mono/metadata/icall-internals.h
mono/metadata/icall.c
mono/metadata/loader.h
mono/metadata/marshal-ilgen.c
mono/metadata/marshal.c