Skip to content

Commit 6177e6d

Browse files
committed
provide correct name for shim
1 parent d9ecd77 commit 6177e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
494494
this.write_scalar(Scalar::from_int(result, dest.layout.size), dest)?;
495495
}
496496

497-
"stat64" => {
497+
"stat$INODE64" => {
498498
let result = this.stat(args[0], args[1])?;
499499
this.write_scalar(Scalar::from_int(result, dest.layout.size), dest)?;
500500
}

0 commit comments

Comments
 (0)