Skip to content

Commit

Permalink
rename addi to arith_imm
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Sep 26, 2024
1 parent c9a266d commit f493af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_zkvm/src/instructions/riscv.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ceno_emul::InsnKind;

pub mod addi;
pub mod arith;
pub mod arith_imm;
pub mod blt;
pub mod branch;
pub mod config;
Expand Down
File renamed without changes.

0 comments on commit f493af1

Please sign in to comment.