Skip to content

Commit

Permalink
revert pub crate
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Sep 26, 2024
1 parent b613fa1 commit 395916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_zkvm/src/tables/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl<T> InsnRecord<T> {
}

impl InsnRecord<u32> {
pub(crate) fn from_decoded(pc: u32, insn: &DecodedInstruction) -> Self {
fn from_decoded(pc: u32, insn: &DecodedInstruction) -> Self {
InsnRecord::new(
pc,
insn.opcode(),
Expand Down

0 comments on commit 395916a

Please sign in to comment.