Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Feb 29, 2024
1 parent fb5c006 commit cff24e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/stark/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ impl<SC: StarkGenericConfig> RiscvStark<SC> {
);

// Generate the trace for each chip to collect events emitted from chips with dependencies.
println!("generating depeendencies for each chip");
chips.iter().for_each(|chip| {
let mut output = ExecutionRecord::default();
output.index = record.index;
Expand Down
Binary file modified tests/blake3-compress/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.

0 comments on commit cff24e6

Please sign in to comment.