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

Commit 2039a9f

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 45ed69e commit 2039a9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/miri/src/shims/windows/foreign_items.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
383383
this.write_int(1, dest)?;
384384
}
385385
"TlsFree" => {
386-
let [key] = this.check_shim(abi, ExternAbi::System { unwind: false }, link_name, args)?;
386+
let [key] =
387+
this.check_shim(abi, ExternAbi::System { unwind: false }, link_name, args)?;
387388
let key = u128::from(this.read_scalar(key)?.to_u32()?);
388389
this.machine.tls.delete_tls_key(key)?;
389390

0 commit comments

Comments
 (0)