Fix for UltraSPARC64 alignment
git-svn-id: http://picoc.googlecode.com/svn/trunk@411 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
ea10e1a369
commit
60323df590
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LARGE_INT_POWER_OF_TEN 1000000000 /* the largest power of ten which fits in an int on this architecture */
|
#define LARGE_INT_POWER_OF_TEN 1000000000 /* the largest power of ten which fits in an int on this architecture */
|
||||||
#ifdef __hppa__
|
#if defined(__hppa__) || defined(__sparc__)
|
||||||
#define ALIGN_TYPE double /* the data type to use for alignment */
|
#define ALIGN_TYPE double /* the data type to use for alignment */
|
||||||
#else
|
#else
|
||||||
#define ALIGN_TYPE void * /* the data type to use for alignment */
|
#define ALIGN_TYPE void * /* the data type to use for alignment */
|
||||||
|
|
Loading…
Reference in a new issue