+2006-01-13 Aleksey Demakov <ademakov@gmail.com>
+
+ * jit/jit-insn.c: fix all descriptors of intrinsic functions that
+ return an exception code to have return_type equal to
+ _jit_type_int_def.
+
2006-01-11 Aleksey Demakov <ademakov@gmail.com>
* jit/jit-gen-x86.h (x86_jump_memindex): add macro for indirect
(jit_type_t)&_jit_type_uint_def
};
static jit_intrinsic_descr_t const descr_e_pI_II = {
- (jit_type_t)&_jit_type_uint_def,
+ (jit_type_t)&_jit_type_int_def,
(jit_type_t)&_jit_type_uint_def,
(jit_type_t)&_jit_type_uint_def,
(jit_type_t)&_jit_type_uint_def
(jit_type_t)&_jit_type_long_def
};
static jit_intrinsic_descr_t const descr_e_pl_ll = {
- (jit_type_t)&_jit_type_long_def,
+ (jit_type_t)&_jit_type_int_def,
(jit_type_t)&_jit_type_long_def,
(jit_type_t)&_jit_type_long_def,
(jit_type_t)&_jit_type_long_def
(jit_type_t)&_jit_type_ulong_def
};
static jit_intrinsic_descr_t const descr_e_pL_LL = {
- (jit_type_t)&_jit_type_ulong_def,
+ (jit_type_t)&_jit_type_int_def,
(jit_type_t)&_jit_type_ulong_def,
(jit_type_t)&_jit_type_ulong_def,
(jit_type_t)&_jit_type_ulong_def