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

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

[Dotgnu-pnet-commits] pnet/image meta_build.c,1.36,1.37


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/image meta_build.c,1.36,1.37
Date: Mon, 24 Nov 2003 09:12:23 +0000

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv20121/image

Modified Files:
        meta_build.c 
Log Message:


Link a dynamically loaded module to the ModuleRef.


Index: meta_build.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/meta_build.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** meta_build.c        24 Nov 2003 09:04:13 -0000      1.36
--- meta_build.c        24 Nov 2003 09:12:20 -0000      1.37
***************
*** 565,569 ****
                                   importImage != 0)
                                {
!                                       goto moduleImport;
                                }
                        }
--- 565,573 ----
                                   importImage != 0)
                                {
!                                       importImage = ILModuleToImage((ILModule 
*)scope);
!                                       if(importImage)
!                                       {
!                                               goto moduleImport;
!                                       }
                                }
                        }





reply via email to

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