Skip to content

Commit ce92c0a

Browse files
compile fix
1 parent bf8e004 commit ce92c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/unix/freebsd/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
8787
// `uaddr2` points to a `struct _umtx_time`
8888
let umtx_time_place = this.ptr_to_mplace(uaddr2, umtx_time_layout);
8989

90-
let umtx_time = match read_umtx_time(this, &umtx_time_place)? {
90+
let umtx_time = match this.read_umtx_time(&umtx_time_place)? {
9191
Some(ut) => ut,
9292
None => {
9393
return this

0 commit comments

Comments
 (0)