Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7bd3b77

Browse files
committed
Add fixme
1 parent e58bb2a commit 7bd3b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub(crate) fn clif_int_or_float_cast(
6565
);
6666

6767
if fx.tcx.sess.target.is_like_windows {
68+
// FIXME move this logic into lib_call
6869
let arg_place = CPlace::new_stack_slot(
6970
fx,
7071
fx.layout_of(if from_signed { fx.tcx.types.i128 } else { fx.tcx.types.u128 }),

0 commit comments

Comments
 (0)