about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/cast.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cast.rs b/src/cast.rs
index 0ab29f335a0..a474acedcb0 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 }),