Skip to content

Commit a3d4396

Browse files
committed
use a different filter
1 parent 8361978 commit a3d4396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/mini/interp/transform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ interp_handle_intrinsics (TransformData *td, MonoMethod *target_method, MonoClas
22422242
td->sp--;
22432243
interp_add_ins (td, *op);
22442244
interp_ins_set_sreg (td->last_ins, td->sp [-1].var);
2245-
push_type (td, tto, tto_klass);
2245+
push_type (td, stack_type[mono_mint_type(tto)], tto_klass);
22462246
interp_ins_set_dreg (td->last_ins, td->sp [-1].var);
22472247
td->ip += 5;
22482248
}

0 commit comments

Comments
 (0)