mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 07:12:12 -07:00
Assert that stackhot gives us an address that's warmer than the jump buffer, as suggested by nb.
Copied from Perforce Change: 194594
This commit is contained in:
parent
b4068ba48c
commit
13e3f5d1cd
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ void StackHot(void **stackOut);
|
|||
STACK_CONTEXT_SAVE(&_sc); \
|
||||
AVER(arena->stackWarm == NULL); \
|
||||
StackHot(&arena->stackWarm); \
|
||||
AVER(arena->stackWarm < (void *)&_sc); /* <code/ss.c#assume.desc> */ \
|
||||
BEGIN
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue