Fix complex ABI for 32bit SolarisStudio builds
This commit is contained in:
parent
da6d5d675c
commit
3a1b1b7c8c
|
@ -78,6 +78,12 @@ static __inline unsigned long rpcc(void){
|
||||||
#define __BIG_ENDIAN__
|
#define __BIG_ENDIAN__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef C_SUN
|
||||||
|
#ifndef __64BIT
|
||||||
|
#define RETURN_BY_STACK
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DOUBLE
|
#ifdef DOUBLE
|
||||||
#define GET_IMAGE(res) __asm__ __volatile__("fmovd %%f2, %0" : "=f"(res) : : "memory")
|
#define GET_IMAGE(res) __asm__ __volatile__("fmovd %%f2, %0" : "=f"(res) : : "memory")
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue