Explorar el Código

* compilation fixed

git-svn-id: trunk@37546 -
florian hace 8 años
padre
commit
194c0c7073
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;