Index: head/devel/libffi/files/patch-src_riscv_ffi.c =================================================================== --- head/devel/libffi/files/patch-src_riscv_ffi.c (nonexistent) +++ head/devel/libffi/files/patch-src_riscv_ffi.c (revision 557291) @@ -0,0 +1,12 @@ +--- src/riscv/ffi.c.orig 2019-10-31 14:49:54 UTC ++++ src/riscv/ffi.c +@@ -417,7 +417,9 @@ ffi_status ffi_prep_closure_loc(ffi_clos + closure->fun = fun; + closure->user_data = user_data; + ++#if !defined(__FreeBSD__) + __builtin___clear_cache(codeloc, codeloc + FFI_TRAMPOLINE_SIZE); ++#endif + + return FFI_OK; + } Property changes on: head/devel/libffi/files/patch-src_riscv_ffi.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property