[runtime] Don't call icall ves_icall_System_Array_SetValueImpl directly
authorAleksey Kliger <aleksey@xamarin.com>
Mon, 19 Jun 2017 19:39:47 +0000 (15:39 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Tue, 20 Jun 2017 18:59:59 +0000 (14:59 -0400)
commitc2f95645cac207415e96eb3bea4fad189b3a363d
tree4a8b123cd4425df47ea3a9f6adbba41b1e2303b0
parent3611e8ec48c831d7d1874e14798bb962c0f8a054
[runtime] Don't call icall ves_icall_System_Array_SetValueImpl directly

add a helper function array_set_value_impl and call that from elsewhere in
native code.
mono/metadata/icall.c