mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 23:36:27 -07:00
Clarifying a comment.
Copied from Perforce Change: 184262 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
414d54d154
commit
f2c70fe37a
1 changed files with 2 additions and 2 deletions
|
|
@ -832,8 +832,8 @@ static Res MVTInsert(MVT mvt, Addr base, Addr limit)
|
|||
|
||||
if (RangeSize(&newRange) >= mvt->reuseSize) {
|
||||
/* The new range is big enough that it might have been coalesced
|
||||
* with ranges on the ABQ, so ensure that they are removed before
|
||||
* reserving the new range.
|
||||
* with ranges on the ABQ, so ensure that the corresponding ranges
|
||||
* are coalesced on the ABQ.
|
||||
*/
|
||||
ABQIterate(MVTABQ(mvt), MVTDeleteOverlapping, &newRange, 0);
|
||||
MVTReserve(mvt, &newRange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue