Merged trunk and subtype.
[cacao.git] / src / vm / linker.h
index 124f8b73161f7030beebc2ad1b6f22c1c5c57a66..b9dc1876ff4dda700a2553f243bd0cd9dbf113f7 100644 (file)
@@ -113,9 +113,8 @@ struct _vftbl {
        s4           diffval;              /* high - base for runtime type check  */
 
        s4 subtype_depth;
-       ptrint subtype_offset;
+       s4 subtype_offset;
        struct _vftbl *subtype_display[DISPLAY_SIZE+1];  /* the last one is cache */
-       s4 subtype_overflow_length;
        struct _vftbl **subtype_overflow;
 
        s4          *interfacevftbllength; /* length of interface vftbls          */