Browse Source

* compilation fixed

git-svn-id: trunk@37546 -
florian 7 years ago
parent
commit
194c0c7073
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/ninl.pas

+ 2 - 0
compiler/ninl.pas

@@ -3611,6 +3611,7 @@ implementation
 
 
     function tinlinenode.pass_typecheck_cpu : tnode;
     function tinlinenode.pass_typecheck_cpu : tnode;
       begin
       begin
+        Result:=nil;
         internalerror(2017110102);
         internalerror(2017110102);
       end;
       end;
 
 
@@ -5056,6 +5057,7 @@ implementation
 
 
      function tinlinenode.first_cpu : tnode;
      function tinlinenode.first_cpu : tnode;
        begin
        begin
+         Result:=nil;
          internalerror(2017110101);
          internalerror(2017110101);
        end;
        end;