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_global.c,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_global.c,1.4,1.5
Date: Thu, 27 Feb 2003 22:34:51 -0500

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

Modified Files:
        ildasm_global.c 
Log Message:


Dump_ExportedType: dump the foreign type identifier in hex.


Index: ildasm_global.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_global.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ildasm_global.c     30 Jan 2003 10:57:46 -0000      1.4
--- ildasm_global.c     28 Feb 2003 03:34:49 -0000      1.5
***************
*** 341,345 ****
  
        /* Dump the class identifier in the foreign scope */
!       fprintf(outstream, "\t.class 0x%08lu\n",
                        (unsigned long)(ILExportedType_Id(type)));
  
--- 341,345 ----
  
        /* Dump the class identifier in the foreign scope */
!       fprintf(outstream, "\t.class 0x%08lx\n",
                        (unsigned long)(ILExportedType_Id(type)));
  





reply via email to

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