make comment consistent
This commit is contained in:
parent
ff5a250132
commit
24e28e71f8
1 changed files with 1 additions and 1 deletions
|
|
@ -122,8 +122,8 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
|
|||
this.write_scalar(result, dest)?;
|
||||
}
|
||||
|
||||
// FIXME: add a test that directly calls this function.
|
||||
"mach_wait_until" => {
|
||||
// FIXME: This does not have a direct test (#3179).
|
||||
let [deadline] = this.check_shim_sig_lenient(abi, CanonAbi::C, link_name, args)?;
|
||||
let result = this.mach_wait_until(deadline)?;
|
||||
this.write_scalar(result, dest)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue