1
Fork 0
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:
David Lovemore 2014-06-13 12:19:26 +01:00
parent c14a0e5e3e
commit be87f69167

View file

@ -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;