had broken listing when changed "" to ''.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1579 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-24 17:15:20 +00:00
parent f8360b6016
commit fded381282
3 changed files with 5 additions and 4 deletions

View File

@@ -126,7 +126,8 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
sc = Yap_heap_regs;
vsc_count++;
if (vsc_count == 229) jmp_deb(1);
if (vsc_count < 183400)
return;
#ifdef COMMENTED
// if (vsc_count == 218280)
// vsc_xstop = 1;