|
@@ -164,7 +164,8 @@ end;
|
|
if not(oo_is_classhelper in tobjectdef(def).objectoptions) then
|
|
if not(oo_is_classhelper in tobjectdef(def).objectoptions) then
|
|
result:=cloadvmtaddrnode.create(ctypenode.create(def))
|
|
result:=cloadvmtaddrnode.create(ctypenode.create(def))
|
|
else
|
|
else
|
|
- result:=cloadvmtaddrnode.create(ctypenode.create(tobjectdef(def).childof))
|
|
|
|
|
|
+ result:=cloadvmtaddrnode.create(ctypenode.create(tobjectdef(def).childof));
|
|
|
|
+ tloadvmtaddrnode(result).forcall:=true;
|
|
end;
|
|
end;
|
|
|
|
|
|
{$if defined(onlymacosx10_6) or defined(arm) }
|
|
{$if defined(onlymacosx10_6) or defined(arm) }
|