This commit is contained in:
Daniel Lubarov 2022-12-01 11:21:52 -08:00
parent 231042acb6
commit 25205f319a

View File

@ -123,7 +123,6 @@ pub(crate) fn generate_pop<F: Field>(
}
state.registers.stack_len -= 1;
state.traces.push_memory(log_in0);
state.traces.push_cpu(row);
Ok(())
}