diff options
author | iximeow <me@iximeow.net> | 2021-08-22 15:04:33 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-08-22 15:04:33 -0700 |
commit | d4620aedb1e085462f82d2a643a20c7de743ea2b (patch) | |
tree | 52a7200f6f6c797d9fa2f2eeba2ebf37b4c7eb27 /src/shared | |
parent | 188cf391845a7d86466cd2ad35459b6bf825bb1e (diff) |
bump to yaxpeax-arch 0.2.7 and proper field description support1.1.0
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/evex.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/evex.in b/src/shared/evex.in index 339eaaf..414074e 100644 --- a/src/shared/evex.in +++ b/src/shared/evex.in @@ -2,7 +2,7 @@ use super::OperandSpec; use super::FieldDescription; use super::InnerDescription; -use yaxpeax_arch::DescriptionSink; +use yaxpeax_arch::annotation::DescriptionSink; // `evex_byte_one` is an option because the caller *may* have already read it, // but may have not. `long_mode` can decide immediately that `0x62` should be read |