mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
Minor
This commit is contained in:
parent
bb773e42b3
commit
ce23d4377a
@ -36,7 +36,7 @@ impl InterpreterMemory {
|
||||
}
|
||||
|
||||
// TODO: Remove `code` and `stack` fields as they are contained in `memory`.
|
||||
pub(crate) struct Interpreter<'a> {
|
||||
pub struct Interpreter<'a> {
|
||||
code: &'a [u8],
|
||||
jumpdests: Vec<usize>,
|
||||
offset: usize,
|
||||
@ -468,8 +468,6 @@ fn find_jumpdests(code: &[u8]) -> Vec<usize> {
|
||||
mod tests {
|
||||
use std::collections::HashMap;
|
||||
|
||||
use hex_literal::hex;
|
||||
|
||||
use crate::cpu::kernel::interpreter::{run, Interpreter};
|
||||
use crate::memory::segments::Segment;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user