aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/amcsshe.c
diff options
context:
space:
mode:
authorDavid Lovemore2012-05-17 15:18:50 +0100
committerDavid Lovemore2012-05-17 15:18:50 +0100
commitd17c5b8296c76bccbf00fedee0317e915caee38e (patch)
tree6c7556d628d3beb74c00ee83204c1a79ee01d679 /mps/code/amcsshe.c
parent1db05f0df45e17aabc9e2077d8942b8d70291c10 (diff)
downloademacs-d17c5b8296c76bccbf00fedee0317e915caee38e.tar.gz
emacs-d17c5b8296c76bccbf00fedee0317e915caee38e.zip
Using mps_word_const instead of ull for proper fixes to constants
Copied from Perforce Change: 178196 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/amcsshe.c')
-rw-r--r--mps/code/amcsshe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/amcsshe.c b/mps/code/amcsshe.c
index edc76a16deb..646f6c4f90b 100644
--- a/mps/code/amcsshe.c
+++ b/mps/code/amcsshe.c
@@ -41,7 +41,7 @@ static mps_gen_param_s testChain[genCOUNT] = {
41 41
42 42
43/* objNULL needs to be odd so that it's ignored in exactRoots. */ 43/* objNULL needs to be odd so that it's ignored in exactRoots. */
44#define objNULL ((mps_addr_t)0xDECEA5ED) 44#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED))
45 45
46 46
47static mps_pool_t pool; 47static mps_pool_t pool;