Skip to content

Commit

Permalink
Pub all of gimli
Browse files Browse the repository at this point in the history
  • Loading branch information
toolCHAINZ committed Oct 16, 2024
1 parent 73c4afb commit fe0b339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jingle_sleigh/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::ffi::addrspace::bridge::AddrSpaceHandle;
use crate::ffi::context_ffi::bridge::ContextFFI;
use crate::space::{RegisterManager, SpaceInfo, SpaceManager};
#[cfg(feature = "gimli")]
pub use builder::image::gimli::map_gimli_architecture;
pub use builder::image::gimli;
pub use builder::SleighContextBuilder;

use crate::context::builder::language_def::LanguageDefinition;
Expand Down

0 comments on commit fe0b339

Please sign in to comment.