From d17c5b8296c76bccbf00fedee0317e915caee38e Mon Sep 17 00:00:00 2001 From: David Lovemore Date: Thu, 17 May 2012 15:18:50 +0100 Subject: Using mps_word_const instead of ull for proper fixes to constants Copied from Perforce Change: 178196 ServerID: perforce.ravenbrook.com --- mps/code/amcss.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mps/code/amcss.c') 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] = { /* objNULL needs to be odd so that it's ignored in exactRoots. */ -/* @@@@ W3I6MV Temporary fix (ull) to prevent Microsoft C complaining. Need - to work out what to do about such cases. */ -#define objNULL ((mps_addr_t)0xDECEA5EDull) +#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED)) static mps_pool_t pool; -- cgit v1.2.1