Skip to content

Commit ce5089c

Browse files
committed
rebase fallout
1 parent 3fda829 commit ce5089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ pub trait EvalContextExt<'a, 'mir, 'tcx: 'a+'mir>: crate::MiriEvalContextExt<'a,
454454
}
455455

456456
"isatty" => {
457-
self.write_null(dest)?;
457+
this.write_null(dest)?;
458458
}
459459

460460
// Hook pthread calls that go to the thread-local storage memory subsystem

0 commit comments

Comments
 (0)