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:
Gareth Rees 2018-07-11 15:02:19 +01:00
parent b4068ba48c
commit 13e3f5d1cd

View file

@ -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