diff --git a/C/tracer.c b/C/tracer.c index 6dff60739..e91fffa53 100644 --- a/C/tracer.c +++ b/C/tracer.c @@ -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