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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.41,1.42


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.41,1.42
Date: Sat, 19 Jul 2003 17:05:46 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv21716/include

Modified Files:
        il_engine.h 
Log Message:
Allow promotions in array sets and add a function for that


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** il_engine.h 15 Jul 2003 22:17:33 -0000      1.41
--- il_engine.h 19 Jul 2003 21:05:44 -0000      1.42
***************
*** 685,688 ****
--- 685,696 ----
  
  /*
+  * Box the value at a pointer using specific primitive or subsequent 
+  * promotions. Handle the cases where an Int16 is being unboxed to an 
+  * Int32 or Int64.
+  */
+ int ILExecThreadPromoteAndUnbox(ILExecThread *thread, ILType *type, 
+                                                               ILObject 
*object, void *ptr);
+ 
+ /*
   * Print the current exception object to standard error.
   */





reply via email to

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