From 7bd3b771b0882768f4f76116a7e8d08d0e418dbb Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:29:38 +0000 Subject: [PATCH] Add fixme --- src/cast.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cast.rs b/src/cast.rs index 0ab29f335a0f..a474acedcb03 100644 --- a/src/cast.rs +++ b/src/cast.rs @@ -65,6 +65,7 @@ pub(crate) fn clif_int_or_float_cast( ); if fx.tcx.sess.target.is_like_windows { + // FIXME move this logic into lib_call let arg_place = CPlace::new_stack_slot( fx, fx.layout_of(if from_signed { fx.tcx.types.i128 } else { fx.tcx.types.u128 }),