Ver código fonte

* set expectloc in first_abs_long (mantis #15790)

git-svn-id: trunk@14926 -
Jonas Maebe 15 anos atrás
pai
commit
071bca7d93
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      compiler/ninl.pas

+ 1 - 0
compiler/ninl.pas

@@ -3037,6 +3037,7 @@ implementation
 
      function tinlinenode.first_abs_long : tnode;
       begin
+        expectloc:=LOC_REGISTER;
         result:=nil;
       end;