https://bugzilla.novell.com/show_bug.cgi?id=651940
https://bugzilla.novell.com/show_bug.cgi?id=651940#c2 Jb Evain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FEATURE --- Comment #2 from Jb Evain <[email protected]> 2010-12-13 18:07:26 UTC --- Hi, You're injecting code inside a short branch, making it overflow. You can either adjust them by hand, or use the extensions in Cecil.Rocks to do it for you: body.SimplifyMacros (); // turn the br.s into br // inject code body.OptimizeMacros (); // turn the br into br.s if possible -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
