mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07:00
Remove requirement that mps_key_extend_by argument to amc is aligned to arena alignment.
Copied from Perforce Change: 186557 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c14a0e5e3e
commit
be87f69167
1 changed files with 0 additions and 1 deletions
|
|
@ -834,7 +834,6 @@ static Res amcInitComm(Pool pool, RankSet rankSet, ArgList args)
|
|||
interior = arg.val.b;
|
||||
if (ArgPick(&arg, args, MPS_KEY_EXTEND_BY)) {
|
||||
extendBy = arg.val.size;
|
||||
AVER(SizeIsAligned(extendBy, ArenaAlign(arena)));
|
||||
}
|
||||
if (ArgPick(&arg, args, MPS_KEY_LARGE_SIZE)) {
|
||||
large = arg.val.size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue