diff options
author | bloodstalker <thabogre@gmail.com> | 2018-01-22 22:22:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-01-22 22:22:18 +0000 |
commit | 3b7593cc12fdca0c6e42dccc30fd4c89faa1be39 (patch) | |
tree | 3a31073abca076704fd9254aacec89b9917530fe /bruiser/bruiserffi.h | |
parent | xobj handling for int types and pointers is done.next is structs,unoins and a... (diff) | |
download | mutator-3b7593cc12fdca0c6e42dccc30fd4c89faa1be39.tar.gz mutator-3b7593cc12fdca0c6e42dccc30fd4c89faa1be39.zip |
fixed some issues with the way bruiser handled integers, added some initial tests.
Diffstat (limited to 'bruiser/bruiserffi.h')
-rw-r--r-- | bruiser/bruiserffi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bruiser/bruiserffi.h b/bruiser/bruiserffi.h index f9abdd5..e9b6b27 100644 --- a/bruiser/bruiserffi.h +++ b/bruiser/bruiserffi.h @@ -49,6 +49,8 @@ X_LIST_GEN #undef X #undef X_LIST_GEN #undef REINTERPRET_GENERATOR +float ffi_reinterpret_float(void* result); +double ffi_reinterpret_double(void* result); /** * @brief constructs the arguments to be passed to ffi_call. |