瀏覽代碼

* method pointers are also returned by parameter

git-svn-id: trunk@40702 -
svenbarth 6 年之前
父節點
當前提交
9642d210c0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/rtl-objpas/src/x86_64/invoke.inc

+ 1 - 0
packages/rtl-objpas/src/x86_64/invoke.inc

@@ -93,6 +93,7 @@ begin
   Result := False;
   if Assigned(aType) then begin
     case aType^.Kind of
+      tkMethod,
       tkSString,
       tkAString,
       tkUString,