change linux LoomBase to 32bit-safe one

This commit is contained in:
Philip C Monk 2014-12-02 21:06:06 -05:00
parent 2e72c44d80
commit 124cf24c06

View File

@ -73,7 +73,7 @@
/** Address space layout.
**/
# if defined(U3_OS_linux)
# define U3_OS_LoomBase 0x404db000
# define U3_OS_LoomBase 0x36000000
# define U3_OS_LoomBits 29 // ie, 2^29 words == 2GB
# elif defined(U3_OS_osx)
# ifdef __LP64__