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

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

[Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h,1.27,1.28 int_table.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h,1.27,1.28 int_table.c,1.29,1.30
Date: Mon, 04 Nov 2002 20:01:06 -0500

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

Modified Files:
        int_proto.h int_table.c 
Log Message:


Update the internalcall tables from the latest mscorlib.dll.


Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** int_proto.h 3 Nov 2002 19:33:26 -0000       1.27
--- int_proto.h 5 Nov 2002 01:01:04 -0000       1.28
***************
*** 169,174 ****
  extern void _IL_Monitor_PulseAll(ILExecThread * _thread, ILObject * obj);
  
- extern ILString * _IL_NumberFormatter_FormatReal(ILExecThread * _thread, 
ILDouble d, ILString * format, ILInt32 buflen);
- 
  extern void _IL_WaitHandle_InternalClose(ILExecThread * _thread, ILNativeInt 
privateData);
  extern ILBool _IL_WaitHandle_InternalWaitAll(ILExecThread * _thread, 
System_Array * waitHandles, ILInt32 timeout, ILBool exitContext);
--- 169,172 ----
***************
*** 359,362 ****
--- 357,362 ----
  
  extern ILNativeInt _IL_ModuleBuilder_ClrModuleCreate(ILExecThread * _thread, 
ILNativeInt assembly, ILString * name);
+ 
+ extern ILString * _IL_NumberFormatter_FormatReal(ILExecThread * _thread, 
ILDouble d, ILString * format, ILInt32 buflen);
  
  extern ILBool _IL_Debugger_InternalIsAttached(ILExecThread * _thread);

Index: int_table.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_table.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** int_table.c 3 Nov 2002 19:33:26 -0000       1.29
--- int_table.c 5 Nov 2002 01:01:04 -0000       1.30
***************
*** 935,956 ****
  #if !defined(HAVE_LIBFFI)
  
- static void marshal_ppdpi(void (*fn)(), void *rvalue, void **avalue)
- {
-       *((void * *)rvalue) = (*(void * (*)(void *, ILDouble, void *, 
ILInt32))fn)(*((void * *)(avalue[0])), *((ILDouble *)(avalue[1])), *((void * 
*)(avalue[2])), *((ILInt32 *)(avalue[3])));
- }
- 
- #endif
- 
- #ifndef _IL_NumberFormatter_suppressed
- 
- IL_METHOD_BEGIN(NumberFormatter_Methods)
-       IL_METHOD("FormatReal", "(doSystem.String;i)oSystem.String;", 
_IL_NumberFormatter_FormatReal, marshal_ppdpi)
- IL_METHOD_END
- 
- #endif
- 
- 
- #if !defined(HAVE_LIBFFI)
- 
  static void marshal_vpi(void (*fn)(), void *rvalue, void **avalue)
  {
--- 935,938 ----
***************
*** 1821,1824 ****
--- 1803,1823 ----
  IL_METHOD_BEGIN(ModuleBuilder_Methods)
        IL_METHOD("ClrModuleCreate", "(joSystem.String;)j", 
_IL_ModuleBuilder_ClrModuleCreate, marshal_jpjp)
+ IL_METHOD_END
+ 
+ #endif
+ 
+ #if !defined(HAVE_LIBFFI)
+ 
+ static void marshal_ppdpi(void (*fn)(), void *rvalue, void **avalue)
+ {
+       *((void * *)rvalue) = (*(void * (*)(void *, ILDouble, void *, 
ILInt32))fn)(*((void * *)(avalue[0])), *((ILDouble *)(avalue[1])), *((void * 
*)(avalue[2])), *((ILInt32 *)(avalue[3])));
+ }
+ 
+ #endif
+ 
+ #ifndef _IL_NumberFormatter_suppressed
+ 
+ IL_METHOD_BEGIN(NumberFormatter_Methods)
+       IL_METHOD("FormatReal", "(doSystem.String;i)oSystem.String;", 
_IL_NumberFormatter_FormatReal, marshal_ppdpi)
  IL_METHOD_END
  





reply via email to

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