Explorar el Código

* don't handle Objective-C or dispinterfaces like Pascal interfaces (we
don't generated a vmtdef for those)

git-svn-id: trunk@32685 -

Jonas Maebe hace 9 años
padre
commit
1dcd312ca5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/llvm/llvmtype.pas

+ 1 - 1
compiler/llvm/llvmtype.pas

@@ -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);