Browse Source

Set return value when calling inherited in ti8086inlinenode.pass_typecheck_cpu

git-svn-id: trunk@39100 -
pierre 7 years ago
parent
commit
019da9517f
1 changed files with 1 additions and 1 deletions
  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;