aboutsummaryrefslogtreecommitdiff
path: root/src/long_mode
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-23 15:41:40 -0700
committeriximeow <me@iximeow.net>2024-06-23 15:43:54 -0700
commit09dcfca94240b6c18fbaa1186781dac0d436e500 (patch)
treef6074169f1457c87d29d90aadade98c6355c1df3 /src/long_mode
parent0a5e9484d091ee9093d98d961896b81b52ea6e42 (diff)
remove yaxpeax-x86 safer_unchecked.rs, it is now in yaxpeax-arch
Diffstat (limited to 'src/long_mode')
-rw-r--r--src/long_mode/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs
index 114ee6d..5a3dc51 100644
--- a/src/long_mode/mod.rs
+++ b/src/long_mode/mod.rs
@@ -12,11 +12,11 @@ pub use self::display::{DisplayStyle, InstructionDisplayer};
pub use self::display::InstructionTextBuffer;
use core::cmp::PartialEq;
-use crate::safer_unchecked::unreachable_kinda_unchecked as unreachable_unchecked;
use yaxpeax_arch::{AddressDiff, Decoder, Reader, LengthedInstruction};
use yaxpeax_arch::annotation::{AnnotatingDecoder, DescriptionSink, NullSink};
use yaxpeax_arch::{DecodeError as ArchDecodeError};
+use yaxpeax_arch::safer_unchecked::unreachable_kinda_unchecked as unreachable_unchecked;
use core::fmt;
impl fmt::Display for DecodeError {