oops :
This commit is contained in:
parent
6c36a8ccd3
commit
f3f9c75cf7
@ -4130,7 +4130,7 @@ call_gc(UInt gc_lim, Int predarity, CELL *current_env, yamop *nextop USES_REGS)
|
|||||||
if (ASP - H < gc_margin/sizeof(CELL) ||
|
if (ASP - H < gc_margin/sizeof(CELL) ||
|
||||||
effectiveness < 20) {
|
effectiveness < 20) {
|
||||||
LeaveGCMode( PASS_REGS1 );
|
LeaveGCMode( PASS_REGS1 );
|
||||||
#ifdef YAPOR
|
#ifndef YAPOR
|
||||||
if (gc_margin < 2*CalculateStackGap())
|
if (gc_margin < 2*CalculateStackGap())
|
||||||
gc_margin = 2*CalculateStackGap();
|
gc_margin = 2*CalculateStackGap();
|
||||||
return Yap_growstack(gc_margin);
|
return Yap_growstack(gc_margin);
|
||||||
|
Reference in New Issue
Block a user