fmt
This commit is contained in:
parent
c51eb819fe
commit
89a36c0385
1 changed files with 1 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
|
|||
/// Run the core interpreter loop. Returns only when an interrupt occurs (an error or program
|
||||
/// termination).
|
||||
fn run_threads(&mut self) -> InterpResult<'tcx, !> {
|
||||
let this = self.eval_context_mut();
|
||||
let this = self.eval_context_mut();
|
||||
loop {
|
||||
if CTRL_C_RECEIVED.load(Relaxed) {
|
||||
this.machine.handle_abnormal_termination();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue