瀏覽代碼

Set return value when calling inherited in ti8086inlinenode.pass_typecheck_cpu

git-svn-id: trunk@39100 -
pierre 7 年之前
父節點
當前提交
019da9517f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/i8086/n8086inl.pas

+ 1 - 1
compiler/i8086/n8086inl.pas

@@ -69,7 +69,7 @@ implementation
            in_faraddr_x:
              result:=typecheck_faraddr;
            else
-             inherited;
+             result:=inherited;
          end;
        end;