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:
parent
b7907a053d
commit
8a2e1280de
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue