/[dotgnu-pnet]/pnet/engine/cvm.h
ViewVC logotype

Diff of /pnet/engine/cvm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by tum, Sun Jun 13 07:11:33 2004 UTC revision 1.54 by ktreichel, Sat Oct 15 15:13:47 2005 UTC
# Line 577  extern "C" { Line 577  extern "C" {
577   */   */
578  typedef union  typedef union
579  {  {
580          ILInt32         intValue;          ILInt32         volatile intValue;
581          ILUInt32        uintValue;          ILUInt32        volatile uintValue;
582          void       *ptrValue;          void       *volatile ptrValue;
583    
584          /* Pad this structure to the best alignment on the underlying platform.          /* Pad this structure to the best alignment on the underlying platform.
585             This is usually needed on 64-bit platforms to ensure that stack             This is usually needed on 64-bit platforms to ensure that stack

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26