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

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

[Dotgnu-pnet-commits] pnet/engine verify_call.c,1.42,1.43


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine verify_call.c,1.42,1.43
Date: Fri, 07 Nov 2003 03:55:32 +0000

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

Modified Files:
        verify_call.c 
Log Message:


MatchSignature: recognize method pointers as valid type-I values
in signature verification (Gopal V).


Index: verify_call.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/verify_call.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** verify_call.c       9 Jul 2003 20:08:43 -0000       1.42
--- verify_call.c       7 Nov 2003 03:55:30 -0000       1.43
***************
*** 501,505 ****
                                else if(paramType != 0 && 
ILType_IsComplex(paramType) &&
                                        (ILType_Kind(paramType) == 
IL_TYPE_COMPLEX_PTR ||
!                                                ILType_Kind(paramType) == 
IL_TYPE_COMPLEX_BYREF))
                                {
                                        /* Can pass unmanaged pointers by 
pointer or reference
--- 501,506 ----
                                else if(paramType != 0 && 
ILType_IsComplex(paramType) &&
                                        (ILType_Kind(paramType) == 
IL_TYPE_COMPLEX_PTR ||
!                                                ILType_Kind(paramType) == 
IL_TYPE_COMPLEX_BYREF ||
!                                                ILType_Kind(paramType) == 
IL_TYPE_COMPLEX_METHOD))
                                {
                                        /* Can pass unmanaged pointers by 
pointer or reference





reply via email to

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