Bladeren bron

* changed the result of function Pos() to SizeInt (same type as the 'index'
variable it returns). Fixes the register allocation failure error when
compiling on i8086.

git-svn-id: trunk@39033 -

nickysn 7 jaren geleden
bovenliggende
commit
8364b1f4ca
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      rtl/inc/lnfodwrf.pp

+ 1 - 1
rtl/inc/lnfodwrf.pp

@@ -316,7 +316,7 @@ begin
 end;
 
 
-function Pos() : Int64;
+function Pos() : SizeInt;
 begin
   Pos := index;
 end;