[Mono-bugs] [Bug 424663] DefineField ignores custom modifier on generic types
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Sep 19 21:40:21 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=424663
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=424663#c9
--- Comment #9 from Zoltan Varga <vargaz at gmail.com> 2008-09-19 19:40:20 MDT ---
Ok, so I tough the problem was that it was missing the '.volatile' prefix,
while the problem is that the field referenced by ldsfld is missing the
volatile modreg, i.e. the csc generated code contains:
ldsfld string modreq([mscorlib]System.Runtime.CompilerServices.IsVolatile)
class Gen`1<string>::str
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list