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

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

[Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_method.c,1.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_method.c,1.13,1.14
Date: Thu, 09 Jan 2003 07:32:30 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ildasm
In directory subversions:/tmp/cvs-serv18181/ildasm

Modified Files:
        ildasm_method.c 
Log Message:


DumpToken: don't add marshalling information to method call parameters
and return values (bug #2166).


Index: ildasm_method.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_method.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** ildasm_method.c     9 Jan 2003 12:25:42 -0000       1.13
--- ildasm_method.c     9 Jan 2003 12:32:27 -0000       1.14
***************
*** 177,181 ****
                                                                 
ILMethod_Owner(method),
                                                                 
ILMethod_Name(method),
!                                                                method);
                        }
                        else
--- 177,181 ----
                                                                 
ILMethod_Owner(method),
                                                                 
ILMethod_Name(method),
!                                                                0/*method*/);
                        }
                        else
***************
*** 208,212 ****
                                                                         
ILMethod_Owner(method),
                                                                         
ILMethod_Name(method),
!                                                                        
method);
                                }
                                else if(ILMember_IsField(member))
--- 208,212 ----
                                                                         
ILMethod_Owner(method),
                                                                         
ILMethod_Name(method),
!                                                                        
0/*method*/);
                                }
                                else if(ILMember_IsField(member))





reply via email to

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