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:
parent
bc4ccedc13
commit
5e26931702
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue