Set return value when calling inherited in ti8086inlinenode.pass_typecheck_cpu

git-svn-id: trunk@39100 -
This commit is contained in:
pierre 2018-05-23 20:43:40 +00:00
parent 5417eb043d
commit 019da9517f

View File

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