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.74, 1.75 int_table


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine int_proto.h, 1.74, 1.75 int_table.c, 1.77, 1.78
Date: Tue, 12 Aug 2003 22:14:24 -0400

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

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


Regenerate the internalcall table to include "CodeTable.GetAddress".


Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** int_proto.h 8 Aug 2003 07:46:32 -0000       1.74
--- int_proto.h 13 Aug 2003 02:14:22 -0000      1.75
***************
*** 630,631 ****
--- 630,633 ----
  extern ILBool _IL_Dns_InternalGetHostByAddr(ILExecThread * _thread, ILInt64 
_p1, ILString * * h_name, System_Array * * h_aliases, System_Array * * 
h_addr_list);
  
+ extern ILUInt8 * _IL_CodeTable_GetAddress(ILExecThread * _thread, ILObject * 
_p1, ILInt64 _p2);
+ 

Index: int_table.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_table.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** int_table.c 8 Aug 2003 07:46:32 -0000       1.77
--- int_table.c 13 Aug 2003 02:14:22 -0000      1.78
***************
*** 2817,2820 ****
--- 2817,2828 ----
  #endif
  
+ #ifndef _IL_CodeTable_suppressed
+ 
+ IL_METHOD_BEGIN(CodeTable_Methods)
+       IL_METHOD("GetAddress", "(oSystem.IO.Stream;l)*B", 
_IL_CodeTable_GetAddress, marshal_pppl)
+ IL_METHOD_END
+ 
+ #endif
+ 
  typedef struct
  {
***************
*** 2872,2875 ****
--- 2880,2886 ----
  #ifndef _IL_ClrType_suppressed
        {"ClrType", "System.Reflection", ClrType_Methods},
+ #endif
+ #ifndef _IL_CodeTable_suppressed
+       {"CodeTable", "I18N.CJK", CodeTable_Methods},
  #endif
  #ifndef _IL_CryptoMethods_suppressed





reply via email to

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