fix stage 0 compilation

This commit is contained in:
Ralf Jung 2018-09-20 12:27:50 +02:00
parent c711e15521
commit 0309664491

View file

@ -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[..],
)