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.12,1.13


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

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

Modified Files:
        ildasm_method.c 
Log Message:


DumpToken: don't put the class prefix on the name of class in a field reference.


Index: ildasm_method.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_method.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** ildasm_method.c     4 Jan 2003 00:44:33 -0000       1.12
--- ildasm_method.c     9 Jan 2003 12:25:42 -0000       1.13
***************
*** 152,163 ****
                                putc(' ', outstream);
                                info = ILField_Owner(field);
-                               if(ILClassIsValueType(info))
-                               {
-                                       fputs("valuetype ", outstream);
-                               }
-                               else
-                               {
-                                       fputs("class ", outstream);
-                               }
                                ILDumpClassName(outstream, image, info, flags);
                                fputs("::", outstream);
--- 152,155 ----





reply via email to

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