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_class.c,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_class.c,1.9,1.10
Date: Fri, 03 Jan 2003 08:00:21 -0500

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

Modified Files:
        ildasm_class.c 
Log Message:


DumpMethodAssociation: suppress marshalling information on property and
event accessors, because it will cause parse problems in the assembler.


Index: ildasm_class.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_class.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** ildasm_class.c      2 Jan 2003 22:43:15 -0000       1.9
--- ildasm_class.c      3 Jan 2003 13:00:19 -0000       1.10
***************
*** 198,202 ****
  {
        ILDumpMethodType(outstream, image, ILMethod_Signature(method), flags,
!                                        ILMethod_Owner(method), 
ILMethod_Name(method), method);
  }
  
--- 198,202 ----
  {
        ILDumpMethodType(outstream, image, ILMethod_Signature(method), flags,
!                                        ILMethod_Owner(method), 
ILMethod_Name(method), 0);
  }
  





reply via email to

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