>Code should be initialised in recordp and record_stat_p

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@770 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2003-02-12 14:02:42 +00:00
parent b37ee94fe9
commit 4d4516f848
2 changed files with 6 additions and 5 deletions

View File

@@ -113,8 +113,8 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
vsc_count++;
/* return;*/
#ifdef COMMENTED
if (vsc_count < 414040LL) return;
if (vsc_count == 414140LL) {
if (vsc_count < 124840LL) return;
if (vsc_count == 124881LL) {
printf("Here I go\n");
}
if (vsc_count > 500000) exit(0);