Skip to content

Commit 4fb6ba6

Browse files
committed
Fixing call to PoolGenAccountForFill
Reverting use of PoolGenAccountForFill to before branch/2016-04-19/job004007, found by:: git blame remotes/github/branch/2016-04-19/job004007 code/segsmss.c | grep PoolGenAccountForFill git show 27d0f72^:code/segsmss.c | grep PoolGenAccountForFill
1 parent 36cd29c commit 4fb6ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/segsmss.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ static void AMSAllocateRange(AMS ams, Seg seg, Addr base, Addr limit)
477477
AVER(amsseg->freeGrains >= allocatedGrains);
478478
amsseg->freeGrains -= allocatedGrains;
479479
amsseg->bufferedGrains += allocatedGrains;
480-
PoolGenAccountForFill(ams->pgen, AddrOffset(base, limit));
480+
PoolGenAccountForFill(ams->pgen, AddrOffset(base, limit), FALSE);
481481
}
482482

483483

0 commit comments

Comments
 (0)