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 program.h,1.10,1.11


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image program.h,1.10,1.11
Date: Sun, 08 Dec 2002 06:05:08 -0500

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

Modified Files:
        program.h 
Log Message:


Add "native" offset information to fields, to allow for the possibility of
native structures with different layout from their managed counterparts.


Index: program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/program.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** program.h   5 Oct 2002 04:25:40 -0000       1.10
--- program.h   8 Dec 2002 11:05:06 -0000       1.11
***************
*** 332,335 ****
--- 332,336 ----
        ILMember                member;                         /* Common 
member fields */
        ILUInt32                offset;                         /* Data added 
by the runtime engine */
+       ILUInt32                nativeOffset;           /* Data added by the 
runtime engine */
  
  };




reply via email to

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