fix bad marked var in copy_att_var

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@439 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-04-11 01:43:09 +00:00
parent 3a78f26888
commit 03484b9960
2 changed files with 6 additions and 1 deletions

View File

@@ -2651,6 +2651,11 @@ do_gc(Int predarity, CELL *current_env, yamop *nextop)
Int effectiveness = 0;
int gc_trace = FALSE;
#if COROUTINING
if (H0 - (CELL *)ReadTimedVar(DelayedVars) < 1024+(2*NUM_OF_ATTS)) {
growglobal();
}
#endif
#ifdef INSTRUMENT_GC
{
int i;