Add fixme
This commit is contained in:
parent
e58bb2acbd
commit
7bd3b771b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue