mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
Set return value when calling inherited in ti8086inlinenode.pass_typecheck_cpu
git-svn-id: trunk@39100 -
This commit is contained in:
parent
5417eb043d
commit
019da9517f
@ -69,7 +69,7 @@ implementation
|
||||
in_faraddr_x:
|
||||
result:=typecheck_faraddr;
|
||||
else
|
||||
inherited;
|
||||
result:=inherited;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user