Przeglądaj źródła

Fixed default object size for 64-bit.

woollybah 10 lat temu
rodzic
commit
8b5ee20c48
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      reflection.mod/reflection.bmx

+ 5 - 0
reflection.mod/reflection.bmx

@@ -2056,7 +2056,12 @@ Type TTypeId
 	Field _meta$
 	Field _class:Byte Ptr
 	Field _interface:Byte Ptr
+' default object size
+?Not ptr64
 	Field _size=4
+?ptr64
+	Field _size=8
+?
 	Field _consts:TList
 	Field _fields:TList
 	Field _globals:TList