[Mono-bugs] [Bug 581984] Incorrect control flow in Reflection.Emit
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 22 20:09:49 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=581984
http://bugzilla.novell.com/show_bug.cgi?id=581984#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
Severity|Major |Critical
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-02-23 01:09:48 UTC ---
This is the usual problem where the call:
ilg2.Emit(OpCodes.Call, methodBuilder1.MakeGenericMethod( new
Type[] { typeof(int) }));
forces use to create the MonoMethod from the method builder before the label
fixups can be applied.
--
Configure bugmail: http://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