dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine lib_type.c,1.32,1.33


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_type.c,1.32,1.33
Date: Fri, 14 Mar 2003 13:01:03 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv18899/engine

Modified Files:
        lib_type.c 
Log Message:
Resolve the class before returning the type.


Index: lib_type.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_type.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** lib_type.c  28 Feb 2003 04:57:46 -0000      1.32
--- lib_type.c  14 Mar 2003 18:01:01 -0000      1.33
***************
*** 147,150 ****
--- 147,152 ----
        classInfo = ILClassFromType(ILProgramItem_Image(thread->method),
                                                                0, type, 0);
+       
+       classInfo = ILClassResolve(classInfo);
  
        /* Get the "ClrType" object for the "ILClass" structure */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]