Skip to content

Commit

Permalink
[add] re-export ZicntrOpcode in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alignof committed Aug 16, 2024
1 parent e306216 commit 0d29b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ mod instruction;
pub use crate::decode::{Decode, DecodingError};
pub use crate::instruction::{
a_extension::AOpcode, base_i::BaseIOpcode, c_extension::COpcode, m_extension::MOpcode,
priv_extension::PrivOpcode, zicsr_extension::ZicsrOpcode, zifencei_extension::ZifenceiOpcode,
InstFormat, Instruction, OpcodeKind,
priv_extension::PrivOpcode, zicntr_extension::ZicntrOpcode, zicsr_extension::ZicsrOpcode,
zifencei_extension::ZifenceiOpcode, InstFormat, Instruction, OpcodeKind,
};

/// Target isa.
Expand Down

0 comments on commit 0d29b14

Please sign in to comment.