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:
parent
7849dede1f
commit
192871b3df
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue