>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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user