Add whitespace
This commit is contained in:
parent
d1e72d0854
commit
34603e586f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
}
|
||||
"fcntl" => {
|
||||
// `fcntl` is variadic. The argument count is checked based on the first argument
|
||||
// in`this.fcntl()`, so we do not use `check_shim` here.
|
||||
// in `this.fcntl()`, so we do not use `check_shim` here.
|
||||
this.check_abi_and_shim_symbol_clash(abi, Abi::C { unwind: false }, link_name_sym)?;
|
||||
let result = this.fcntl(args)?;
|
||||
this.write_scalar(Scalar::from_i32(result), dest)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue