mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Fix typo.
Copied from Perforce Change: 185649 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
610909ca66
commit
b6c1faff35
1 changed files with 3 additions and 3 deletions
|
|
@ -283,9 +283,9 @@ the format of objects allocated in it:
|
|||
|
||||
"Aligned pointer" means a word whose numeric value (that is, its
|
||||
value when treated as an unsigned integer) is a multiple of the size
|
||||
of a pointer. For you're using a 32-bit architecture, that means
|
||||
that an aligned pointer is a multiple of 4 and its bottom two bits
|
||||
are both zero.
|
||||
of a pointer. If you're using a 64-bit architecture, that means that
|
||||
an aligned pointer is a multiple of 8 and its bottom three bits are
|
||||
zero.
|
||||
|
||||
The bottom line is that references from an object in an AWL pool
|
||||
must be untagged and aligned, and integers must be tagged with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue