diff options
| author | Andreas Tobler <a.tobler@schweiz.ch> | 2003-10-20 06:25:32 +0200 |
|---|---|---|
| committer | Andreas Tobler <andreast@gcc.gnu.org> | 2003-10-20 06:25:32 +0200 |
| commit | 0df6970d652ffaf3333edbffd342feec09b0150d (patch) | |
| tree | 2640064b00ac3ecdf51f97da81250a9b16dd6911 /libffi/src | |
| parent | 31762a1ce73caeb99440815f49a5e21ccf73f1e1 (diff) | |
| download | gcc-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.c | 1 |
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. */ |
