[interpreter] remove CALLINT opcode, go through wrapper instead.
commit796e882c192e24696ea4464d3b988bc64a6eb015
authorBernhard Urban <bernhard.urban@xamarin.com>
Mon, 9 Jan 2017 22:33:45 +0000 (9 23:33 +0100)
committerBernhard Urban <bernhard.urban@xamarin.com>
Mon, 9 Jan 2017 22:33:45 +0000 (9 23:33 +0100)
tree4a542543caf1c9d38ffd40dc1845c91f28ada092
parenta81fa4ca1e0171b90714353a3324af628f2239c4
[interpreter] remove CALLINT opcode, go through wrapper instead.

the managed wrapper already does everything properly, don't replicate
the logic. For example, since recently some icalls marked with `HANDLE`
require a MonoError object.
mono/mini/interpreter/interp.c
mono/mini/interpreter/mintops.def
mono/mini/interpreter/transform.c