Explorar el Código

Fixed default object size for 64-bit.

woollybah hace 10 años
padre
commit
8b5ee20c48
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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