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

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

[Dotgnu-pnet-commits] pnet/ildasm ildasm_class.c, 1.15, 1.16 ildasm_java


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/ildasm ildasm_class.c, 1.15, 1.16 ildasm_java.c, 1.4, 1.5
Date: Tue, 30 Sep 2003 01:38:17 +0000

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

Modified Files:
        ildasm_class.c ildasm_java.c 
Log Message:


Fix the "compact" profile.


Index: ildasm_java.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_java.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ildasm_java.c       15 May 2002 01:27:48 -0000      1.4
--- ildasm_java.c       30 Sep 2003 01:38:14 -0000      1.5
***************
*** 26,29 ****
--- 26,31 ----
  #endif
  
+ #ifdef IL_CONFIG_JAVA
+ 
  /* "image/jopcodes.c" */
  extern ILOpcodeInfo const ILJavaOpcodeTable[256];
***************
*** 857,860 ****
--- 859,864 ----
        ILMethodFreeExceptions(clauses);
  }
+ 
+ #endif /* IL_CONFIG_JAVA */
  
  #ifdef        __cplusplus

Index: ildasm_class.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_class.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ildasm_class.c      28 Jul 2003 07:34:54 -0000      1.15
--- ildasm_class.c      30 Sep 2003 01:38:14 -0000      1.16
***************
*** 121,124 ****
--- 121,125 ----
        if(rva && (flags & ILDASM_NO_IL) == 0)
        {
+       #ifdef IL_CONFIG_JAVA
                if(ILMethod_IsJava(method))
                {
***************
*** 126,129 ****
--- 127,131 ----
                }
                else
+       #endif
                {
                        ILDAsmDumpMethod(image, outstream, method, flags,





reply via email to

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