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

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

[Dotgnu-pnet-commits] pnet/engine cvm_except.c, 1.24, 1.25 cvmc_gen.h, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine cvm_except.c, 1.24, 1.25 cvmc_gen.h, 1.9, 1.10
Date: Tue, 30 Sep 2003 01:38:16 +0000

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

Modified Files:
        cvm_except.c cvmc_gen.h 
Log Message:


Fix the "compact" profile.


Index: cvm_except.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvm_except.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** cvm_except.c        26 Jun 2003 10:34:51 -0000      1.24
--- cvm_except.c        30 Sep 2003 01:38:14 -0000      1.25
***************
*** 97,101 ****
  }
  
! #endif /* IL_CONFIG_REFLECTION && IL_CONFIG_DEBUG_LINES */
  
  void *_ILSystemException(ILExecThread *thread, const char *className)
--- 97,111 ----
  }
  
! #else  /* !(IL_CONFIG_REFLECTION && IL_CONFIG_DEBUG_LINES) */
! 
! /*
!  * Set the stack trace for an exception to the current call context.
!  */
! void _ILSetExceptionStackTrace(ILExecThread *thread, ILObject *object)
! {
!       /* Nothing to do here */
! }
! 
! #endif /* !(IL_CONFIG_REFLECTION && IL_CONFIG_DEBUG_LINES) */
  
  void *_ILSystemException(ILExecThread *thread, const char *className)

Index: cvmc_gen.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/cvmc_gen.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cvmc_gen.h  15 May 2003 06:02:07 -0000      1.9
--- cvmc_gen.h  30 Sep 2003 01:38:14 -0000      1.10
***************
*** 1133,1137 ****
        _CVM_OUT_PTR2(opcode, value1, value2);
  }
- #ifdef IL_CONFIG_VARARGS
  static void cvmp_out_word2_ptr(ILCoder *coder, int opcode,
                                                           ILInt32 value1, 
ILInt32 value2, void *value3)
--- 1133,1136 ----
***************
*** 1139,1143 ****
        _CVMP_OUT_WORD2_PTR(opcode, value1, value2, value3);
  }
- #endif
  static void cvmp_out_word2_ptr2(ILCoder *coder, int opcode,
                                                            ILInt32 value1, 
ILInt32 value2,
--- 1138,1141 ----





reply via email to

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