avoid compiler warning
This commit is contained in:
parent
f729c6441c
commit
a94a2f6d55
|
@ -2029,16 +2029,15 @@ int scheme_generate_app(Scheme_App_Rec *app, Scheme_Object **alt_rands, int num_
|
||||||
else
|
else
|
||||||
(void)jit_calli(sjc.apply_to_list_code);
|
(void)jit_calli(sjc.apply_to_list_code);
|
||||||
} else {
|
} else {
|
||||||
GC_CAN_IGNORE jit_insn *refdone;
|
GC_CAN_IGNORE jit_insn *refdone = NULL;
|
||||||
|
|
||||||
#ifdef USE_FLONUM_UNBOXING
|
#ifdef USE_FLONUM_UNBOXING
|
||||||
if (unboxed_code) {
|
if (unboxed_code) {
|
||||||
generate_call_path_with_unboxes(jitter, direct_flostack_offset, unboxed_code, &refdone,
|
generate_call_path_with_unboxes(jitter, direct_flostack_offset, unboxed_code, &refdone,
|
||||||
num_rands, direct_data, rator);
|
num_rands, direct_data, rator);
|
||||||
CHECK_LIMIT();
|
CHECK_LIMIT();
|
||||||
} else
|
}
|
||||||
#endif
|
#endif
|
||||||
refdone = NULL;
|
|
||||||
|
|
||||||
(void)jit_calli(code);
|
(void)jit_calli(code);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user