clause should not try to discover who is fail.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2059 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-01-24 10:20:42 +00:00
parent e353d8811f
commit 42c88eddff
3 changed files with 16 additions and 2 deletions

View File

@@ -161,9 +161,16 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
LOCK(Yap_heap_regs->low_level_trace_lock);
sc = Yap_heap_regs;
vsc_count++;
if (FALSE && vsc_count < 59800LL) {
UNLOCK(Yap_heap_regs->low_level_trace_lock);
return;
}
if (FALSE && vsc_count == 59855LL) {
jmp_deb(1);
}
#ifdef COMMENTED
//*(H0+(0xb65f2850-0xb64b2008)/sizeof(CELL))==0xc ||
//0x4fd4d
#ifdef COMMENTED
if (vsc_count == 40650191LL)
jmp_deb(1);
return;