aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/trace.c b/mps/code/trace.c
index cdf04b4a88e..edf6cfcfa8c 100644
--- a/mps/code/trace.c
+++ b/mps/code/trace.c
@@ -1876,6 +1876,7 @@ void TraceStart(Trace trace, double mortality, double finishingTime)
1876 DIAG_WRITEF(( DIAG_STREAM, 1876 DIAG_WRITEF(( DIAG_STREAM,
1877 "MPS: GenDesc [$U] $P capacity: $U KiB, mortality $D\n", 1877 "MPS: GenDesc [$U] $P capacity: $U KiB, mortality $D\n",
1878 i, (void *)desc, desc->capacity, desc->mortality, 1878 i, (void *)desc, desc->capacity, desc->mortality,
1879 "MPS: ZoneSet: $B\n", desc->zones,
1879 NULL )); 1880 NULL ));
1880 RING_FOR(n, &desc->locusRing, nn) { 1881 RING_FOR(n, &desc->locusRing, nn) {
1881 PoolGen gen = RING_ELT(PoolGen, genRing, n); 1882 PoolGen gen = RING_ELT(PoolGen, genRing, n);