aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorDavid Lovemore2012-05-17 15:26:16 +0100
committerDavid Lovemore2012-05-17 15:26:16 +0100
commitfb584986eaed26b8c0776674a96fb16847cf8b06 (patch)
tree30df5159c7cf3793f003394fc48798ae56ea4676 /mps/code
parentd17c5b8296c76bccbf00fedee0317e915caee38e (diff)
downloademacs-fb584986eaed26b8c0776674a96fb16847cf8b06.tar.gz
emacs-fb584986eaed26b8c0776674a96fb16847cf8b06.zip
Removed some left over comments.
Copied from Perforce Change: 178197 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/amsss.c1
-rw-r--r--mps/code/mpsicv.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/mps/code/amsss.c b/mps/code/amsss.c
index c561aa96ff1..956bd4f58a0 100644
--- a/mps/code/amsss.c
+++ b/mps/code/amsss.c
@@ -30,7 +30,6 @@
30#define totalSizeMAX 800 * (size_t)1024 30#define totalSizeMAX 800 * (size_t)1024
31#define totalSizeSTEP 200 * (size_t)1024 31#define totalSizeSTEP 200 * (size_t)1024
32/* objNULL needs to be odd so that it's ignored in exactRoots. */ 32/* objNULL needs to be odd so that it's ignored in exactRoots. */
33/* @@@@ temporary fix W3I6MV */
34#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED)) 33#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED))
35#define testArenaSIZE ((size_t)16<<20) 34#define testArenaSIZE ((size_t)16<<20)
36#define initTestFREQ 3000 35#define initTestFREQ 3000
diff --git a/mps/code/mpsicv.c b/mps/code/mpsicv.c
index 4440d648333..0fae78428cc 100644
--- a/mps/code/mpsicv.c
+++ b/mps/code/mpsicv.c
@@ -261,10 +261,8 @@ static void addr_pool_test(mps_arena_t arena,
261 mps_bool_t b; 261 mps_bool_t b;
262 mps_addr_t addr; 262 mps_addr_t addr;
263 /* DISTInguished values are to observe overwrites. */ 263 /* DISTInguished values are to observe overwrites. */
264 /* @@@@ Temporary fix W3I6MV ull */
265 mps_pool_t poolDistinguished = (mps_pool_t)MPS_WORD_CONST(0x000d1521); 264 mps_pool_t poolDistinguished = (mps_pool_t)MPS_WORD_CONST(0x000d1521);
266 mps_pool_t pool = poolDistinguished; 265 mps_pool_t pool = poolDistinguished;
267 /* @@@@ Temporary fix W3I6MV ull */
268 mps_fmt_t fmtDistinguished = (mps_fmt_t)MPS_WORD_CONST(0x000d1521); 266 mps_fmt_t fmtDistinguished = (mps_fmt_t)MPS_WORD_CONST(0x000d1521);
269 mps_fmt_t fmt = fmtDistinguished; 267 mps_fmt_t fmt = fmtDistinguished;
270 268