bad meta-call causing undetected module overflow.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@436 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-04-09 15:12:14 +00:00
parent c6a86be1c0
commit 061670eeb0
4 changed files with 7 additions and 3 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 < 84600) return; */
/* if (vsc_count < 3887174000LL) return; */
/*
if (vsc_count == 4376) {
printf("Here I go\n");