mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:29:07 +02:00
* don't handle Objective-C or dispinterfaces like Pascal interfaces (we
don't generated a vmtdef for those) git-svn-id: trunk@32685 -
This commit is contained in:
parent
97eccd73b7
commit
1dcd312ca5
@ -683,7 +683,7 @@ implementation
|
||||
|
||||
procedure TLLVMTypeInfo.appenddef_object(list:TAsmList;def: tobjectdef);
|
||||
begin
|
||||
if is_any_interface_kind(def) then
|
||||
if is_interface(def) then
|
||||
begin
|
||||
record_def(def);
|
||||
record_def(def.vmt_def);
|
||||
|
Loading…
Reference in New Issue
Block a user