Fix Windows regression

Introduced by b5fed60194.
This commit is contained in:
Ole André Vadla Ravnås
2014-04-12 01:04:04 +02:00
parent dc33cb3c99
commit 3e2b84d295

View File

@@ -746,7 +746,7 @@ ffi_prep_raw_closure_loc (ffi_raw_closure* closure,
} }
else if (cif->abi == FFI_THISCALL) else if (cif->abi == FFI_THISCALL)
{ {
FFI_INIT_TRAMPOLINE_RAW_THISCALL (&closure->tramp[0], &ffi_closure_raw_THISCALL, codeloc); FFI_INIT_TRAMPOLINE_RAW_THISCALL (&closure->tramp[0], &ffi_closure_raw_THISCALL, codeloc, cif->bytes);
} }
#endif #endif
closure->cif = cif; closure->cif = cif;