[Mono-bugs] [Bug 668925] ExceptionHandler.HandlerEnd does not "handle" compilers pointing past the end of the instructions

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 10 04:31:43 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=668925

https://bugzilla.novell.com/show_bug.cgi?id=668925#c4


--- Comment #4 from Jb Evain <jbevain at novell.com> 2011-02-10 09:31:43 UTC ---
HandlerEnd is non inclusive, so this is not valid to have the last instruction
as HandlerEnd if the last instruction is included in the handler.

Cecil uses a null instruction to represent a branch or an instruction outside
the method body.

-- 
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