More cygwin fixes
This commit is contained in:
@@ -1065,10 +1065,10 @@ ffi_prep_closure_loc (ffi_closure* closure,
|
||||
closure->cif = cif;
|
||||
closure->fun = fun;
|
||||
closure->user_data = user_data;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
FFI_ASSERT(0);
|
||||
return FFI_BAD_ABI;
|
||||
break;
|
||||
}
|
||||
return FFI_OK;
|
||||
|
||||
Reference in New Issue
Block a user