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.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_method.c,1.15,1.16
Date: Tue, 18 Feb 2003 21:42:45 -0500

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

Modified Files:
        ildasm_method.c 
Log Message:


Dump method specifications correctly in ildasm.


Index: ildasm_method.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_method.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** ildasm_method.c     18 Feb 2003 05:25:08 -0000      1.15
--- ildasm_method.c     19 Feb 2003 02:42:43 -0000      1.16
***************
*** 276,288 ****
                                        fputs("method ", outstream);
                                }
!                               fprintf(outstream, "#%lx", token);
!                               /* TODO */
!                       #if 0
!                               ILDumpMethodType(outstream, image,
!                                                                
ILMethod_Signature(method), flags,
!                                                                
ILMethod_Owner(method),
!                                                                
ILMethod_Name(method),
!                                                                0/*method*/);
!                       #endif
                        }
                        else
--- 276,280 ----
                                        fputs("method ", outstream);
                                }
!                               ILDumpMethodSpec(outstream, image, mspec, 
flags);
                        }
                        else





reply via email to

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