未验证 提交 b79814e2 编写于 作者: R Ralf Jung 提交者: Oliver Schneider

we don't have to set the frame on every step

上级 4aae2e76
......@@ -36,9 +36,6 @@ pub fn step(&mut self) -> EvalResult<'tcx, bool> {
return Ok(false);
}
let cur_frame = self.cur_frame();
self.memory.set_cur_frame(cur_frame);
let block = self.frame().block;
let stmt_id = self.frame().stmt;
let mir = self.mir();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册