summaryrefslogtreecommitdiff
path: root/src/sparc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-03-29 08:48:22 -0400
committerAnthony Green <green@moxielogic.com>2012-03-29 08:48:22 -0400
commit7c5e60b5f47d725036a72162f136272bc407e3a1 (patch)
treebd3d00ea47b83ecdd0b5b74195346a11d463e4d3 /src/sparc
parente72ed5eeaa9cfb0fdc86f6b3422734177b659f96 (diff)
downloadlibffi-7c5e60b5f47d725036a72162f136272bc407e3a1.tar.gz
Rebase on fixed GCC sources
Diffstat (limited to 'src/sparc')
-rw-r--r--src/sparc/v9.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sparc/v9.S b/src/sparc/v9.S
index 489ff02..bf31a2b 100644
--- a/src/sparc/v9.S
+++ b/src/sparc/v9.S
@@ -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 */