[mini] return gracefully from compile_special if a method can not be compiled
commit1569c8957e27f89584bcfcda16807cf2e8d6a1b1
authorBernhard Urban <lewurm@gmail.com>
Thu, 19 Jul 2018 17:59:17 +0000 (19 19:59 +0200)
committerMarek Safar <marek.safar@gmail.com>
Mon, 23 Jul 2018 09:28:48 +0000 (23 11:28 +0200)
treed77ed0295bd201c7132cda66d8085a27757b6ddd
parentcd7f2e39ceda42b6a6b9b9014e37ecffa53ecc65
[mini] return gracefully from compile_special if a method can not be compiled

the caller will check `error` anyway. It allows the machinery to try the
interpreter instead.
mono/mini/mini-runtime.c