remove debugging info.
This commit is contained in:
parent
86333a9c6e
commit
f83ac17ca3
1
C/grow.c
1
C/grow.c
@ -857,7 +857,6 @@ static_growglobal(long request, CELL **ptr, CELL *hsplit)
|
|||||||
do_grow is whether we expand stacks
|
do_grow is whether we expand stacks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (delay_overflows==833) jmp_deb(1);
|
|
||||||
if (hsplit) {
|
if (hsplit) {
|
||||||
/* just a little bit of sanity checking */
|
/* just a little bit of sanity checking */
|
||||||
if (hsplit < H0 && hsplit > (CELL *)Yap_GlobalBase) {
|
if (hsplit < H0 && hsplit > (CELL *)Yap_GlobalBase) {
|
||||||
|
Reference in New Issue
Block a user