1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Corrected statement about forwarding objects being used for padding.

Copied from Perforce
 Change: 180914
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-02-05 16:17:40 +00:00
parent bc4ccedc13
commit 5e26931702

View file

@ -4068,8 +4068,7 @@ static mps_addr_t obj_skip(mps_addr_t base)
*
* The job of `obj_isfwd` is to detect whether an object has been replaced
* by a forwarding object, and return the address of the new copy if it has,
* otherwise NULL. Note that this will return NULL for padding objects
* because their `fwd` field is set to NULL. See topic/format.
* otherwise NULL. See topic/format.
*/
static mps_addr_t obj_isfwd(mps_addr_t addr)