Hi, On Sat, Apr 23, 2011 at 7:14 AM, GavinW <[email protected]> wrote: > How do I overcome this?
I really have to add that to the FAQ. You can use the extension methods from Cecil.Rocks: body.SimplifyMacros () before you inject code, it will turn br.s into br and you use body.OptimizeMacros () after you injected your code, it will try to turn br into br.s if possible. Jb -- -- mono-cecil
