summaryrefslogtreecommitdiff
path: root/src/loongarch64/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/loongarch64/ffi.c')
-rw-r--r--src/loongarch64/ffi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loongarch64/ffi.c b/src/loongarch64/ffi.c
index ed9c15f..140be3b 100644
--- a/src/loongarch64/ffi.c
+++ b/src/loongarch64/ffi.c
@@ -538,7 +538,9 @@ ffi_prep_closure_loc (ffi_closure *closure, ffi_cif *cif,
__builtin___clear_cache (codeloc, codeloc + FFI_TRAMPOLINE_SIZE);
+#if defined(FFI_EXEC_STATIC_TRAMP)
out:
+#endif
closure->cif = cif;
closure->fun = fun;
closure->user_data = user_data;