Skip to content

Commit

Permalink
[ffi] Get tools/dev/mk_native_pbc working again by adding logic for w…
Browse files Browse the repository at this point in the history
…hen numvalsize=16; LTA
  • Loading branch information
leto committed Mar 20, 2012
1 parent 671468c commit f7e1647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nci/libffi.c
Expand Up @@ -36,6 +36,8 @@ This file implements a native call frame (thunk) factory using libffi.
# define ffi_type_parrot_numval ffi_type_double
#elif(NUMVAL_SIZE == 12)
# define ffi_type_parrot_numval ffi_type_longdouble
#elif(NUMVAL_SIZE == 16)
# define ffi_type_parrot_numval ffi_type_longdouble
#else
# error "unhandled NUMVAL_SIZE value"
#endif
Expand Down

0 comments on commit f7e1647

Please sign in to comment.