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

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

[Dotgnu-pnet-commits] CVS: pnet/image misc_token.c,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image misc_token.c,1.4,1.5
Date: Tue, 03 Jun 2003 02:17:12 -0400

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv26014/image

Modified Files:
        misc_token.c 
Log Message:


Implement some of the Reflection.Emit internalcalls.


Index: misc_token.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/misc_token.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** misc_token.c        28 Feb 2003 04:57:47 -0000      1.4
--- misc_token.c        3 Jun 2003 06:17:10 -0000       1.5
***************
*** 345,348 ****
--- 345,353 ----
  }
  
+ void ILFieldRVASetRVA(ILFieldRVA *rva, ILUInt32 value)
+ {
+       rva->rva = value;
+ }
+ 
  ILFieldRVA *ILFieldRVAGetFromOwner(ILField *owner)
  {
***************
*** 393,396 ****
--- 398,406 ----
  {
        return layout->offset;
+ }
+ 
+ void ILFieldLayoutSetOffset(ILFieldLayout *layout, ILUInt32 offset)
+ {
+       layout->offset = offset;
  }
  





reply via email to

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