Skip to content

Commit c4cea03

Browse files
committed
Formatting
1 parent ff20010 commit c4cea03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shims/foreign_items.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
612612
let n = x * 2.0f64.powi(exp);
613613
this.write_scalar(Scalar::from_u64(n.to_bits()), dest)?;
614614
}
615+
615616
// Some things needed for `sys::thread` initialization to go through.
616617
"signal" | "sigaction" | "sigaltstack" => {
617618
this.write_scalar(Scalar::from_int(0, dest.layout.size), dest)?;

0 commit comments

Comments
 (0)