소스 검색

* compilation fixed

git-svn-id: trunk@37546 -
florian 8 년 전
부모
커밋
194c0c7073
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/ninl.pas

+ 2 - 0
compiler/ninl.pas

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