OSDN Git Service

2004-08-30 Anthony Green <green@redhat.com>
[pf3gnuchains/gcc-fork.git] / libffi / include / ffi.h.in
index 9f61d48..4260045 100644 (file)
@@ -218,7 +218,7 @@ typedef struct {
   ffi_cif   *cif;
   void     (*fun)(ffi_cif*,void*,void**,void*);
   void      *user_data;
-} ffi_closure;
+} ffi_closure __attribute__((aligned (8)));
 
 ffi_status
 ffi_prep_closure (ffi_closure*,