diff options
Diffstat (limited to 'src/protected_mode/display.rs')
-rw-r--r-- | src/protected_mode/display.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/protected_mode/display.rs b/src/protected_mode/display.rs index f2957d1..987221e 100644 --- a/src/protected_mode/display.rs +++ b/src/protected_mode/display.rs @@ -1,12 +1,9 @@ -extern crate yaxpeax_arch; - -use MEM_SIZE_STRINGS; - use core::fmt; use yaxpeax_arch::{Colorize, ShowContextual, NoColors, YaxColors}; use yaxpeax_arch::display::*; +use crate::MEM_SIZE_STRINGS; use crate::protected_mode::{RegSpec, Opcode, Operand, MergeMode, InstDecoder, Instruction, Segment, PrefixVex, OperandSpec}; impl fmt::Display for InstDecoder { |