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

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

[Dotgnu-pnet-commits] pnet/engine process.c,1.56,1.57


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine process.c,1.56,1.57
Date: Fri, 10 Oct 2003 00:42:46 +0000

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

Modified Files:
        process.c 
Log Message:


Set the "system" image when the standard classes are loaded so that
types like "System.Array" get resolved properly by "ILClassResolveSystem".


Index: process.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/process.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** process.c   22 Jul 2003 22:18:31 -0000      1.56
--- process.c   10 Oct 2003 00:42:42 -0000      1.57
***************
*** 490,493 ****
--- 490,497 ----
                if(classInfo)
                {
+                       /* Set the system image, for standard type resolutions 
*/
+                       ILContextSetSystem(ILImageToContext(image),
+                                                          
ILProgramItem_Image(classInfo));
+ 
                        /* We don't call the "OutOfMemoryException" constructor,
                        to avoid various circularity problems at this stage





reply via email to

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