[interp] Initialize sp for first interp frame
commitc52e05c19a9982bfa49cd6c7bf8060151a212e4c
authorVlad Brezae <brezaevlad@gmail.com>
Fri, 19 Jan 2018 20:53:27 +0000 (19 22:53 +0200)
committerVlad Brezae <brezaevlad@gmail.com>
Wed, 24 Jan 2018 10:17:02 +0000 (24 12:17 +0200)
tree4e74705a046d965bcca2d00f6fa855668dc253ac
parentbe280a1fe28085dc5084ffa2e7f91c19751cbfd7
[interp] Initialize sp for first interp frame

During interp frame unwinding, we were initializing the sp field (to the corresponding interpreter frame) starting with the parent frames of the first interpreter frame.
mono/mini/mini-exceptions.c