[Mono-bugs] [Bug 651940] Corrupt offset calculation of ble.s
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 13 13:07:27 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=651940
https://bugzilla.novell.com/show_bug.cgi?id=651940#c2
Jb Evain <jbevain at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FEATURE
--- Comment #2 from Jb Evain <jbevain at novell.com> 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.
More information about the mono-bugs
mailing list