aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/tract.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mps/code/tract.c b/mps/code/tract.c
index c1e9838791f..e3352eb6205 100644
--- a/mps/code/tract.c
+++ b/mps/code/tract.c
@@ -273,9 +273,6 @@ Bool ChunkCacheEntryCheck(ChunkCacheEntry entry)
273 CHECKD(Chunk, entry->chunk); 273 CHECKD(Chunk, entry->chunk);
274 CHECKL(entry->base == entry->chunk->base); 274 CHECKL(entry->base == entry->chunk->base);
275 CHECKL(entry->limit == entry->chunk->limit); 275 CHECKL(entry->limit == entry->chunk->limit);
276 CHECKL(entry->pageTableBase == &entry->chunk->pageTable[0]);
277 CHECKL(entry->pageTableLimit
278 == &entry->chunk->pageTable[entry->chunk->pages]);
279 } 276 }
280 return TRUE; 277 return TRUE;
281} 278}