We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47c325 commit 74d1a9aCopy full SHA for 74d1a9a
src/step.rs
@@ -28,6 +28,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
28
29
/// Returns true as long as there are more things to do.
30
pub fn step(&mut self) -> EvalResult<'tcx, bool> {
31
+ // see docs on the `Memory::packed` field for why we do this
32
self.memory.clear_packed();
33
self.inc_step_counter_and_check_limit(1)?;
34
if self.stack.is_empty() {
0 commit comments