compiler: build separation runtime with clite
This commit is contained in:
5
runtime/internal/clite/ffi/_wrap/libffi.c
Normal file
5
runtime/internal/clite/ffi/_wrap/libffi.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <ffi.h>
|
||||
|
||||
void *llog_ffi_closure_alloc(void **code) {
|
||||
return ffi_closure_alloc(sizeof(ffi_closure), code);
|
||||
}
|
||||
Reference in New Issue
Block a user