diff --git a/src/fn_call.rs b/src/fn_call.rs index 8909223a31..d11364ce0d 100644 --- a/src/fn_call.rs +++ b/src/fn_call.rs @@ -454,7 +454,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a+'mir>: crate::MiriEvalContextExt<'a, } "isatty" => { - self.write_null(dest)?; + this.write_null(dest)?; } // Hook pthread calls that go to the thread-local storage memory subsystem