diff options
| author | Richard Kistruck | 2007-03-19 13:56:37 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2007-03-19 13:56:37 +0000 |
| commit | 9ea3e4e3e66e57d9c479d461e8d3cd1d02ab90d7 (patch) | |
| tree | 1e4e679ae08cbfa49ec18d3b97edfc24c8825256 /mps/code | |
| parent | f0b7f6c16a463895c6be1698c7a47e765604575e (diff) | |
| download | emacs-9ea3e4e3e66e57d9c479d461e8d3cd1d02ab90d7.tar.gz emacs-9ea3e4e3e66e57d9c479d461e8d3cd1d02ab90d7.zip | |
Mps branch unfixed-summary: leave in aver to catch fix of exact
ref into buffer (if my sums are correct)
Copied from Perforce
Change: 161948
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -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 | ||