1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 15:52:01 -07:00

Fixing "1ul" constant to "(align)1" for portability.

Copied from Perforce
 Change: 178089
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-05-03 12:05:53 +01:00
parent 8d2ee74aa3
commit fcf3c0a519

View file

@ -536,7 +536,7 @@ static Bool amcNailboardCheck(amcNailboard board)
/* We know that shift corresponds to pool->align. */
CHECKL(BoolCheck(board->newMarks));
CHECKL(board->distinctNails <= board->nails);
CHECKL(1uL << board->markShift
CHECKL((Align)1 << board->markShift
== PoolAlignment(amcGenPool(board->gen)));
/* weak check for BTs @@@@ */
CHECKL(board->mark != NULL);