Hey Alex, On Sat, Apr 24, 2010 at 5:41 PM, Александр Буряк <[email protected]> wrote: > Shortest example code I could achive still producing > error: http://www.everfall.com/paste/id.php?dkczrwjdo82w > Original and produced assemblies are in attachment.
Thanks for the repro, this is now fixed in git. The issue was that in the assembly you provided, there's one finally handler who's offset if after the end of the method body. We were making it jump to max.Int32, we're now making it jump just after the last instruction, it fixes the issue. -- Jb Evain <[email protected]> -- -- mono-cecil Subscription settings: http://groups.google.com/group/mono-cecil/subscribe?hl=en
