diff options
Diffstat (limited to 'mps/code/trace.c')
| -rw-r--r-- | mps/code/trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/trace.c b/mps/code/trace.c index 5cffa818009..e553d160318 100644 --- a/mps/code/trace.c +++ b/mps/code/trace.c | |||
| @@ -663,6 +663,7 @@ found: | |||
| 663 | trace->band = RankAMBIG; /* Required to be the earliest rank. */ | 663 | trace->band = RankAMBIG; /* Required to be the earliest rank. */ |
| 664 | trace->emergency = FALSE; | 664 | trace->emergency = FALSE; |
| 665 | trace->chain = NULL; | 665 | trace->chain = NULL; |
| 666 | STATISTIC(trace->preTraceArenaReserved = ArenaReserved(arena)); | ||
| 666 | trace->condemned = (Size)0; /* nothing condemned yet */ | 667 | trace->condemned = (Size)0; /* nothing condemned yet */ |
| 667 | trace->notCondemned = (Size)0; | 668 | trace->notCondemned = (Size)0; |
| 668 | trace->foundation = (Size)0; /* nothing grey yet */ | 669 | trace->foundation = (Size)0; /* nothing grey yet */ |