aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/vex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protected_mode/vex.rs')
-rw-r--r--src/protected_mode/vex.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protected_mode/vex.rs b/src/protected_mode/vex.rs
index 2c73d4b..556a300 100644
--- a/src/protected_mode/vex.rs
+++ b/src/protected_mode/vex.rs
@@ -1,5 +1,5 @@
use yaxpeax_arch::Reader;
-use yaxpeax_arch::DescriptionSink;
+use yaxpeax_arch::annotation::DescriptionSink;
use crate::protected_mode::Arch;
use crate::protected_mode::OperandSpec;