diff options
| author | Andreas Tobler <a.tobler@schweiz.ch> | 2006-08-17 21:07:29 +0200 |
|---|---|---|
| committer | Andreas Tobler <andreast@gcc.gnu.org> | 2006-08-17 21:07:29 +0200 |
| commit | 110b2db46588a9f9ac8647f7a493122ff239a3d4 (patch) | |
| tree | a3c55f3407c14242e88d8a606f0010189ff4e879 /libffi/include | |
| parent | 891339702c257935c20abf696b9168b7d8ba767e (diff) | |
ffi_common.h (struct): Revert accidental commit.
2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>
* include/ffi_common.h (struct): Revert accidental commit.
From-SVN: r116230
Diffstat (limited to 'libffi/include')
| -rw-r--r-- | libffi/include/ffi_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/include/ffi_common.h b/libffi/include/ffi_common.h index 58714a70f53..3620a2e162a 100644 --- a/libffi/include/ffi_common.h +++ b/libffi/include/ffi_common.h @@ -70,7 +70,7 @@ typedef struct { ffi_cif *cif; void *rvalue; - void **avalue __attribute__((aligned)); + void **avalue; } extended_cif; /* Terse sized type definitions. */ |
