aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2003-10-20 06:25:32 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2003-10-20 06:25:32 +0200
commit0df6970d652ffaf3333edbffd342feec09b0150d (patch)
tree2640064b00ac3ecdf51f97da81250a9b16dd6911 /libffi/src
parent31762a1ce73caeb99440815f49a5e21ccf73f1e1 (diff)
downloadgcc-0df6970d652ffaf3333edbffd342feec09b0150d.tar.gz
gcc-0df6970d652ffaf3333edbffd342feec09b0150d.tar.bz2
gcc-0df6970d652ffaf3333edbffd342feec09b0150d.zip
ffi_darwin.c (ffi_prep_args): Declare bytes again.
2003-10-19 Andreas Tobler <a.tobler@schweiz.ch> * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again. Used when FFI_DEBUG = 1. From-SVN: r72691
Diffstat (limited to 'libffi/src')
-rw-r--r--libffi/src/powerpc/ffi_darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/src/powerpc/ffi_darwin.c b/libffi/src/powerpc/ffi_darwin.c
index 73653cd43c6..aafe1aa704e 100644
--- a/libffi/src/powerpc/ffi_darwin.c
+++ b/libffi/src/powerpc/ffi_darwin.c
@@ -81,6 +81,7 @@ enum { ASM_NEEDS_REGISTERS = 4 };
void ffi_prep_args(extended_cif *ecif, unsigned *const stack)
/*@=exportheader@*/
{
+ const unsigned bytes = ecif->cif->bytes;
const unsigned flags = ecif->cif->flags;
/* 'stacktop' points at the previous backchain pointer. */