mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Justify invalidation in rangefinish, as suggested by rb <https://info.ravenbrook.com/mail/2018/07/10/11-01-54/0/>
Copied from Perforce Change: 194560
This commit is contained in:
parent
83ff561110
commit
cbd9bedbf1
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ void RangeInitSize(Range range, Addr base, Size size)
|
|||
void RangeFinish(Range range)
|
||||
{
|
||||
AVERT(Range, range);
|
||||
/* Make range invalid and recognisably so. */
|
||||
/* Make range invalid and recognisably so, since Range doesn't have
|
||||
a signature. */
|
||||
range->limit = (Addr)0;
|
||||
range->base = (Addr)0xF191583D; /* FINISHED */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue