Skip to content

Commit

Permalink
rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 11, 2018
1 parent 3fda829 commit ce5089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce5089c

Please sign in to comment.