Browse Source

* compilation fixed

git-svn-id: trunk@37546 -
florian 7 năm trước cách đây
mục cha
commit
194c0c7073
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;