mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
Demote fixme to todo with reference to job003947.
Copied from Perforce Change: 188336 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
41911d8b2f
commit
6ce57eb2ed
1 changed files with 2 additions and 1 deletions
|
|
@ -996,7 +996,8 @@ mps_res_t (mps_ap_frame_pop)(mps_ap_t mps_ap, mps_frame_t frame)
|
|||
buf = BufferOfAP(mps_ap);
|
||||
AVER(TESTT(Buffer, buf));
|
||||
|
||||
/* FIXME: is it thread-safe to read BufferBase here? */
|
||||
/* TODO: it's not thread-safe to read BufferBase here in an
|
||||
* automatically managed pool; see job003947. */
|
||||
if (BufferBase(buf) <= (Addr)frame
|
||||
&& (mps_addr_t)frame < mps_ap->init)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue