aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/trace.c')
-rw-r--r--mps/code/trace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mps/code/trace.c b/mps/code/trace.c
index 3958232dfec..1082eaefe78 100644
--- a/mps/code/trace.c
+++ b/mps/code/trace.c
@@ -308,6 +308,9 @@ static void traceSetSignalEmergency(TraceSet ts, Arena arena)
308 TraceId ti; 308 TraceId ti;
309 Trace trace; 309 Trace trace;
310 310
311 DIAG_SINGLEF(( "traceSetSignalEmergency",
312 "traceSet: $B", ts, NULL ));
313
311 TRACE_SET_ITER(ti, trace, ts, arena) 314 TRACE_SET_ITER(ti, trace, ts, arena)
312 trace->emergency = TRUE; 315 trace->emergency = TRUE;
313 TRACE_SET_ITER_END(ti, trace, ts, arena); 316 TRACE_SET_ITER_END(ti, trace, ts, arena);