1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

Another temporary fix for 64 bit windows

Copied from Perforce
 Change: 178101
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Lovemore 2012-05-03 18:09:40 +01:00
parent 7849dede1f
commit 192871b3df

View file

@ -30,7 +30,8 @@
#define totalSizeMAX 800 * (size_t)1024
#define totalSizeSTEP 200 * (size_t)1024
/* objNULL needs to be odd so that it's ignored in exactRoots. */
#define objNULL ((mps_addr_t)0xDECEA5ED)
/* @@@@ temporary fix W3I6MV */
#define objNULL ((mps_addr_t)0xDECEA5EDull)
#define testArenaSIZE ((size_t)16<<20)
#define initTestFREQ 3000
#define splatTestFREQ 6000