fix stage 0 compilation
This commit is contained in:
parent
c711e15521
commit
0309664491
1 changed files with 2 additions and 1 deletions
|
|
@ -362,9 +362,10 @@ impl<'a, 'mir, 'tcx> interpret::Machine<'a, 'mir, 'tcx>
|
|||
}
|
||||
}
|
||||
|
||||
let span = ecx.frame().span;
|
||||
ecx.machine.loop_detector.observe_and_analyze(
|
||||
&ecx.tcx,
|
||||
ecx.frame().span,
|
||||
span,
|
||||
&ecx.memory,
|
||||
&ecx.stack[..],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue