aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/steptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/steptest.c')
-rw-r--r--mps/code/steptest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mps/code/steptest.c b/mps/code/steptest.c
index 0f357c511ea..b36d4c4fa5d 100644
--- a/mps/code/steptest.c
+++ b/mps/code/steptest.c
@@ -63,8 +63,7 @@ static int test_number = 0;
63 63
64 64
65/* objNULL needs to be odd so that it's ignored in exactRoots. */ 65/* objNULL needs to be odd so that it's ignored in exactRoots. */
66/* @@@@ Temporary fix W3I6MV */ 66#define objNULL ((mps_addr_t)MPS_WORD_CONST(0xDECEA5ED))
67#define objNULL ((mps_addr_t)0xDECEA5EDull)
68 67
69static mps_pool_t pool; 68static mps_pool_t pool;
70static mps_ap_t ap; 69static mps_ap_t ap;