also display B

This commit is contained in:
Vítor Santos Costa 2015-12-15 08:40:23 +00:00
parent edb6189512
commit 2bd2de1b9f
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ void low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args) {
printf("\n");
}
#endif
fprintf(stderr, "%lld ", vsc_count);
fprintf(stderr, "%lld %ld ", vsc_count, LCL0-(CELL*)B);
#if defined(THREADS) || defined(YAPOR)
fprintf(stderr, "(%d)", worker_id);
#endif