Fix for UltraSPARC64 alignment

git-svn-id: http://picoc.googlecode.com/svn/trunk@411 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2010-03-02 19:58:08 +00:00
parent ea10e1a369
commit 60323df590

View file

@ -11,7 +11,7 @@
*/
#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 */
#else
#define ALIGN_TYPE void * /* the data type to use for alignment */