diff --git a/src/x86/ffi.c b/src/x86/ffi.c index 307cd199..80719219 100644 --- a/src/x86/ffi.c +++ b/src/x86/ffi.c @@ -39,9 +39,11 @@ #include + /* ffi_prep_args is called by the assembly routine once stack space has been allocated for the function's arguments */ +void ffi_prep_args(char *stack, extended_cif *ecif); void ffi_prep_args(char *stack, extended_cif *ecif) { register unsigned int i;