configure improvements
[m6w6/ext-psi] / src / libffi.c
index 8d41b7a192fa24287bffa03c522821d87bfea015..776e98c143d0fb309c20aa3b096aa60a6a3d49a6 100644 (file)
@@ -91,6 +91,8 @@ static inline ffi_type *psi_ffi_token_type(token_t t) {
                return &ffi_type_float;
        case PSI_T_DOUBLE:
                return &ffi_type_double;
+       case PSI_T_POINTER:
+               return &ffi_type_pointer;
        }
 }
 static inline ffi_type *psi_ffi_impl_type(token_t impl_type) {