OSDN Git Service

* src/sparc/v9.S (STACKFRAME): Bump to 176.
[pf3gnuchains/gcc-fork.git] / libffi / src / sparc / v9.S
index 489ff02..bf31a2b 100644 (file)
@@ -32,7 +32,7 @@
 /* Only compile this in for 64bit builds, because otherwise the object file
    will have inproper architecture due to used instructions.  */
 
-#define STACKFRAME 128         /* Minimum stack framesize for SPARC */
+#define STACKFRAME 176         /* Minimum stack framesize for SPARC 64-bit */
 #define STACK_BIAS 2047
 #define ARGS (128)             /* Offset of register area in frame */