provide correct name for shim
This commit is contained in:
parent
d9ecd77ada
commit
6177e6df7e
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
this.write_scalar(Scalar::from_int(result, dest.layout.size), dest)?;
|
||||
}
|
||||
|
||||
"stat64" => {
|
||||
"stat$INODE64" => {
|
||||
let result = this.stat(args[0], args[1])?;
|
||||
this.write_scalar(Scalar::from_int(result, dest.layout.size), dest)?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue