* generate the correct llvm type description for classrefdef

git-svn-id: trunk@30956 -
This commit is contained in:
Jonas Maebe 2015-05-31 16:51:04 +00:00
parent dd3d0ae5bc
commit 6c5f1327f4

View File

@ -376,8 +376,8 @@ implementation
end;
classrefdef :
begin
{ todo: define proper type for VMT and use that }
encodedstr:=encodedstr+'i8*';
llvmaddencodedtype_intern(tobjectdef(tclassrefdef(def).pointeddef).vmt_def,flags,encodedstr);
encodedstr:=encodedstr+'*';
end;
setdef :
begin