[interp] Restore frame ip after running finally handler
commitcc108cbfe082bdfd7172a4a009b6405ddff7efaa
authorVlad Brezae <brezaevlad@gmail.com>
Tue, 14 Aug 2018 11:55:43 +0000 (14 14:55 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Thu, 16 Aug 2018 18:28:49 +0000 (16 21:28 +0300)
tree875d4452ed4eff13c6a9ea3acd7061f789cab1b5
parent3dd1e1d92abd6c5586dfacc81003dc5713800847
[interp] Restore frame ip after running finally handler

EH still uses the original ip for determining whether there are any abort protected blocks to be exited, once the frame is unwinded.

Fixes delegate2.exe
mono/mini/interp/interp.c