fix previous bug right! (var_array was not a slot so you also should

remember the last slot).


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@198 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-11-25 21:58:31 +00:00
parent c39fc5e742
commit 88e90c7991
2 changed files with 2 additions and 2 deletions

View File

@@ -2394,7 +2394,7 @@ do_pass(void)
}
if ( (char *)(label_offset+cpc->rnd1) > freep)
freep = (char *)(label_offset+cpc->rnd1);
freep = (char *)(label_offset+(cpc->rnd1+1));
label_offset[cpc->rnd1] = (CELL) code_p;
}
/* reset dealloc_found in case there was a branch */