On Thu, Sep 2, 2010 at 8:01 AM, DongYong Lee <[email protected]> wrote: > Leave.s L_ffffffbc after IL injection.
Use the extensions method from Mono.Cecil.Rocks: body.SimplifyMacros (); // inject IL body.OptimizeMacros (); That will make sure your branches don't overflow. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
