rebase
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
10
|
||||
|
||||
dir
|
||||
157074
|
||||
161959
|
||||
svn://gcc.gnu.org/svn/gcc/trunk/libffi/testsuite/libffi.call
|
||||
svn://gcc.gnu.org/svn/gcc
|
||||
|
||||
|
||||
|
||||
2010-01-07T20:35:33.358709Z
|
||||
155710
|
||||
ro
|
||||
2010-04-07T20:27:37.009686Z
|
||||
158084
|
||||
jakub
|
||||
|
||||
|
||||
|
||||
@@ -304,11 +304,11 @@ file
|
||||
|
||||
|
||||
|
||||
2009-06-20T15:53:36.000000Z
|
||||
6fd75fe5dd3edb057fdc1bf327edcd5a
|
||||
2009-06-15T17:14:53.377358Z
|
||||
148499
|
||||
aph
|
||||
2010-07-08T15:19:38.911093Z
|
||||
ee19bbb8a16c29c2f4951c981d554b24
|
||||
2010-04-07T20:27:37.009686Z
|
||||
158084
|
||||
jakub
|
||||
|
||||
|
||||
|
||||
@@ -330,7 +330,7 @@ aph
|
||||
|
||||
|
||||
|
||||
828
|
||||
795
|
||||
|
||||
nested_struct3.c
|
||||
file
|
||||
|
||||
@@ -17,11 +17,9 @@ int main (void)
|
||||
ffi_cif cif;
|
||||
void *code;
|
||||
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
||||
void* args[1];
|
||||
ffi_type* arg_types[1];
|
||||
|
||||
arg_types[0] = NULL;
|
||||
args[0] = NULL;
|
||||
|
||||
CHECK(ffi_prep_cif(&cif, 255, 0, &ffi_type_void,
|
||||
arg_types) == FFI_BAD_ABI);
|
||||
|
||||
@@ -17,11 +17,9 @@ int main (void)
|
||||
ffi_cif cif;
|
||||
void *code;
|
||||
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
||||
void* args[1];
|
||||
ffi_type* arg_types[1];
|
||||
|
||||
arg_types[0] = NULL;
|
||||
args[0] = NULL;
|
||||
|
||||
CHECK(ffi_prep_cif(&cif, 255, 0, &ffi_type_void,
|
||||
arg_types) == FFI_BAD_ABI);
|
||||
|
||||
Reference in New Issue
Block a user