diff options
Diffstat (limited to 'test/long_mode/operand.rs')
-rw-r--r-- | test/long_mode/operand.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/long_mode/operand.rs b/test/long_mode/operand.rs index 5a51ef3..7be8d82 100644 --- a/test/long_mode/operand.rs +++ b/test/long_mode/operand.rs @@ -1,4 +1,5 @@ -use yaxpeax_x86::long_mode::{InstDecoder, MemoryAccessSize, Operand, RegSpec}; +use yaxpeax_x86::long_mode::{InstDecoder, Operand, RegSpec}; +use yaxpeax_x86::MemoryAccessSize; #[test] fn register_widths() { |