1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Mps br/timing poolamc.c: (revert temporary hack @167343 =) make amcnailgetmark() faithfully report presence of mark. (this removes the temporary support for ambiguous interior pointers).

Copied from Perforce
 Change: 167382
 ServerID: perforce.ravenbrook.com

GitHub-reference: https://github.com/Ravenbrook/mps/issues/4
This commit is contained in:
Richard Kistruck 2009-02-16 16:33:38 +00:00
parent b7907a053d
commit 8a2e1280de

View file

@ -756,7 +756,7 @@ static Bool amcNailGetMark(Seg seg, Ref ref)
AVERT(amcNailboard, board);
i = AddrOffset(SegBase(seg), ref) >> board->markShift;
return TRUE; /* BTGet(board->mark, i); RHSK-hack */
return BTGet(board->mark, i);
}