Mercurial > hg > xemacs-beta
diff src/m/ibmrs6000.h @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | abe6d1db359e |
children | 943eaba38521 |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Mon Aug 13 11:39:21 2007 +0200 +++ b/src/m/ibmrs6000.h Mon Aug 13 11:40:21 2007 +0200 @@ -47,7 +47,11 @@ #ifndef USG5_4 #define TEXT_START 0x10000000 #define TEXT_END 0 +#ifdef __64BIT__ +#define DATA_START 0x110000000 /* empirically determined */ +#else #define DATA_START 0x20000000 +#endif #define DATA_END 0 #endif