mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
Mps br/diag: diag in tracestart: show arena->chunkserial, and
output why as number (for conciseness). Copied from Perforce Change: 162398 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
dad98183fc
commit
ac1f4fe729
1 changed files with 2 additions and 2 deletions
|
|
@ -1567,11 +1567,11 @@ void TraceStart(Trace trace, double mortality,
|
|||
AVER(0.0 <= mortality);
|
||||
AVER(mortality <= 1.0);
|
||||
AVER(finishingTime >= 0.0);
|
||||
UNUSED(why);
|
||||
UNUSED(why); /* except perhaps in DIAG varieties */
|
||||
|
||||
arena = trace->arena;
|
||||
|
||||
DIAG_PRINTF(( "\nMPS: TraceStart: %s\n", trace->startMessage.why ));
|
||||
DIAG_PRINTF(( "\nMPS: TraceStart why: %d; arena->Chunks: %u\n", why, arena->chunkSerial ));
|
||||
|
||||
message = TraceStartMessageMessage(&trace->startMessage);
|
||||
/* Attempt to re-use message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue