Hi Jb,
On 19 jun, 17:12, "Jb Evain" <[EMAIL PROTECTED]> wrote:
>
> http://lists.ximian.com/pipermail/mono-patches/2007-June/095037.html
> http://lists.ximian.com/pipermail/mono-patches/2007-June/095039.html
case Code.Leave_S :
i.OpCode = OpCodes.Leave_S;
break;
does nothing :)
it should be
case Code.Leave_S :
i.OpCode = OpCodes.Leave;
break;
beside that, I re executed the test and everything works now :)
Thanks!
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---