X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.c;h=7b0a49a5cadd6748edd886ba5345570c9d292ddf;hp=dd843949cd90afc92c9bc3ca8ee721dedae7fc63;hb=c0999079ea85fecba8ab5eec386541fc1ce733b7;hpb=7f77a893007a064d69773bae8caa14bd8ce83637 diff --git a/src/libjit.c b/src/libjit.c index dd84394..7b0a49a 100644 --- a/src/libjit.c +++ b/src/libjit.c @@ -50,6 +50,10 @@ static inline jit_type_t psi_jit_token_type(token_t t) { return jit_type_sys_float; case PSI_T_DOUBLE: return jit_type_sys_double; +#ifdef HAVE_LONG_DOUBLE + case PSI_T_LONG_DOUBLE: + return jit_type_sys_long_double; +#endif case PSI_T_POINTER: return jit_type_void_ptr; }