Browse Source

* set expectloc in first_abs_long (mantis #15790)

git-svn-id: trunk@14926 -
Jonas Maebe 15 years ago
parent
commit
071bca7d93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ninl.pas

+ 1 - 0
compiler/ninl.pas

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