diff options
| author | Richard Kistruck | 2010-03-22 14:49:11 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2010-03-22 14:49:11 +0000 |
| commit | 7078ef1586c18afbca66bfe66cd03c63de6df9ae (patch) | |
| tree | 7a98aa4a4bc8d37f65c4415a02695f8cda8c3f21 /mps/code | |
| parent | 39da284821ea130e79ab6d493a26ac94b7ddddbf (diff) | |
| download | emacs-7078ef1586c18afbca66bfe66cd03c63de6df9ae.tar.gz emacs-7078ef1586c18afbca66bfe66cd03c63de6df9ae.zip | |
mps br/vmem: simple-chunk-return (fix broken compile):
Ooops, remove ALL references to pageTableBase and pageTableLimit fields.
Copied from Perforce
Change: 170085
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/tract.c | 3 |
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 | } |