diff options
Diffstat (limited to 'mps/code/trace.c')
| -rw-r--r-- | mps/code/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/trace.c b/mps/code/trace.c index a8591ee49d7..63d993e105b 100644 --- a/mps/code/trace.c +++ b/mps/code/trace.c | |||
| @@ -1270,7 +1270,7 @@ Res TraceFix(ScanState ss, Ref *refIO) | |||
| 1270 | if (ref >= limit) { | 1270 | if (ref >= limit) { |
| 1271 | printf("ref(%d) >= limit for %d-th TraceFix in a seg.\n", ss->rank, iTF); | 1271 | printf("ref(%d) >= limit for %d-th TraceFix in a seg.\n", ss->rank, iTF); |
| 1272 | } | 1272 | } |
| 1273 | /* AVER(ref < limit); */ | 1273 | AVER(ref < limit); |
| 1274 | } | 1274 | } |
| 1275 | } | 1275 | } |
| 1276 | 1276 | ||