mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 20:49:23 +02:00
* fix heap var size chunk search to be as intended (search constant number of blocks from best, not from any bigger)
git-svn-id: trunk@7807 -
This commit is contained in:
parent
b4363e046b
commit
cd1a283a18
@ -964,8 +964,8 @@ begin
|
||||
pbest := pcurr;
|
||||
if pcurr^.size = size then
|
||||
break;
|
||||
iter := matcheffort;
|
||||
end;
|
||||
iter := matcheffort;
|
||||
end;
|
||||
pcurr := pcurr^.next_var;
|
||||
dec(iter);
|
||||
|
Loading…
Reference in New Issue
Block a user