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_gc.c,1.3,1.4


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_gc.c,1.3,1.4
Date: Wed, 06 Nov 2002 15:24:24 -0500

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

Modified Files:
        lib_gc.c 
Log Message:
Fixes for compiling and running QT# 


Index: lib_gc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_gc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lib_gc.c    19 Jun 2002 03:01:38 -0000      1.3
--- lib_gc.c    6 Nov 2002 20:24:22 -0000       1.4
***************
*** 81,85 ****
                   has the same class as the object itself */
                ILMethod *method = ILExecThreadStackMethod(_thread, 1);
!               if(method && ILMethod_Owner(method) == GetObjectClass(obj))
                {
                        ILGCRegisterFinalizer
--- 81,86 ----
                   has the same class as the object itself */
                ILMethod *method = ILExecThreadStackMethod(_thread, 1);
!               if(method && ILClassInheritsFrom(GetObjectClass(obj),
!                                                               
ILMethod_Owner(method)))
                {
                        ILGCRegisterFinalizer





reply via email to

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