aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/amcss.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/amcss.c')
-rw-r--r--mps/code/amcss.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mps/code/amcss.c b/mps/code/amcss.c
index 279b33ce407..277ffca434a 100644
--- a/mps/code/amcss.c
+++ b/mps/code/amcss.c
@@ -38,9 +38,7 @@ static mps_gen_param_s testChain[genCOUNT] = {
38 38
39 39
40/* objNULL needs to be odd so that it's ignored in exactRoots. */ 40/* objNULL needs to be odd so that it's ignored in exactRoots. */
41/* @@@@ W3I6MV Temporary fix (ull) to prevent Microsoft C complaining. Need 41#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED))
42 to work out what to do about such cases. */
43#define objNULL ((mps_addr_t)0xDECEA5EDull)
44 42
45 43
46static mps_pool_t pool; 44static mps_pool_t pool;