[Mono-bugs] [Bug 466942] Verifier bug (missing castclass)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 16 18:50:05 EST 2009


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

User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=466942#c2





--- Comment #2 from Marek Safar <msafar at novell.com>  2009-01-16 16:50:04 MST ---
IL code

    // method line 9
    .method private static  hidebysig 
           default void Simple<T> (!!T t)  cil managed 
    {
        // Method begins at RVA 0x2120
    // Code size 31 (0x1f)
    .maxstack 2
    .locals init (
        object    V_0,
        class Foo    V_1)
    IL_0000:  ldarg.0 
    IL_0001:  box !!0
    IL_0006:  stloc.0 
    IL_0007:  ldloc.0 
    IL_0008:  unbox.any !!0
    IL_000d:  starg.s 0
    IL_000f:  ldarg.0 
    IL_0010:  box !!0
    IL_0015:  stloc.1 
    IL_0016:  ldloc.1 
    IL_0017:  unbox.any !!0
    IL_001c:  starg.s 0
    IL_001e:  ret 
    } // end of method Test::Simple

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