more fixes to error checking in error access.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@454 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-04-23 23:23:45 +00:00
parent 2d5fc60330
commit 376d26f93f
2 changed files with 7 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
/* extern int gc_calls; */
vsc_count++;
if (vsc_count < 3829100) return;
/* if (vsc_count < 3829100) return;*/
/*
if (vsc_count == 4376) {
printf("Here I go\n");