fix reference counters when copying try-trust chains
fixes on memory allocation git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@912 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -114,6 +114,10 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
|
||||
|
||||
vsc_count++;
|
||||
#ifdef COMMENTED
|
||||
if (vsc_count < 5646100000LL)
|
||||
return;
|
||||
if (vsc_count == 5646100441LL)
|
||||
vsc_xstop = TRUE;
|
||||
if (vsc_count < 2923351500LL) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user