2
0
Эх сурвалжийг харах

Set return value when calling inherited in ti8086inlinenode.pass_typecheck_cpu

git-svn-id: trunk@39100 -
pierre 7 жил өмнө
parent
commit
019da9517f

+ 1 - 1
compiler/i8086/n8086inl.pas

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