1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

mps br/timing poolamc.c: [temporary code] in order to allow ambig interior pointers to preserve objects in place, make amcnailgetmark() always return true. this works: ambig interior pointers are sufficent to preserve in place the object they point into.

Copied from Perforce
 Change: 167343
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2009-02-05 15:51:30 +00:00
parent 41a67fc94f
commit f32af8a65a

View file

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