[vmkit-commits] [vmkit] r60247 - /vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Nov 29 03:57:01 PST 2008


Author: geoffray
Date: Sat Nov 29 05:56:54 2008
New Revision: 60247

URL: http://llvm.org/viewvc/llvm-project?rev=60247&view=rev
Log:
The offset of a field is within an int32.


Modified:
    vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h

Modified: vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h?rev=60247&r1=60246&r2=60247&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/JavaClass.h Sat Nov 29 05:56:54 2008
@@ -1136,7 +1136,7 @@
   /// ptrOffset - The offset of the field when the object containing
   /// the field is casted to an array of bytes.
   ///
-  uint64 ptrOffset;
+  uint32 ptrOffset;
   
   /// num - The index of the field in the field list.
   ///





More information about the vmkit-commits mailing list